public static enum AbstractFormat.TransferMode extends Enum<AbstractFormat.TransferMode> implements com.openindex.openestate.impl.utils.Translatable
Enum Constant and Description |
---|
FULL |
INCREMENTAL |
Modifier and Type | Method and Description |
---|---|
String |
getTranslation() |
String |
getTranslation(Locale locale) |
String |
getTranslationText() |
String |
getTranslationText(Locale locale) |
static AbstractFormat.TransferMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractFormat.TransferMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractFormat.TransferMode INCREMENTAL
public static final AbstractFormat.TransferMode FULL
public static AbstractFormat.TransferMode[] values()
for (AbstractFormat.TransferMode c : AbstractFormat.TransferMode.values()) System.out.println(c);
public static AbstractFormat.TransferMode valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getTranslation()
getTranslation
in interface com.openindex.openestate.impl.utils.Translatable
public String getTranslation(Locale locale)
getTranslation
in interface com.openindex.openestate.impl.utils.Translatable
public String getTranslationText()
Copyright © 2015 OpenEstate. All rights reserved.