public static enum Is24RestFormat.DeleteMode extends Enum<Is24RestFormat.DeleteMode> implements com.openindex.openestate.impl.utils.Translatable
| Modifier and Type | Method and Description |
|---|---|
String |
getTranslation() |
String |
getTranslation(Locale locale) |
static Is24RestFormat.DeleteMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Is24RestFormat.DeleteMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Is24RestFormat.DeleteMode ARCHIVE
public static final Is24RestFormat.DeleteMode DELETE
public static Is24RestFormat.DeleteMode[] values()
for (Is24RestFormat.DeleteMode c : Is24RestFormat.DeleteMode.values()) System.out.println(c);
public static Is24RestFormat.DeleteMode 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.TranslatableCopyright © 2015 OpenEstate. All rights reserved.