public static enum Admin.TranlatorPropertyType extends Enum<Admin.TranlatorPropertyType>
Enum Constant and Description |
---|
ALL |
EXTENSION_METADATA |
IMPORT |
OVERRIDE |
Modifier and Type | Method and Description |
---|---|
static Admin.TranlatorPropertyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Admin.TranlatorPropertyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Admin.TranlatorPropertyType IMPORT
public static final Admin.TranlatorPropertyType OVERRIDE
public static final Admin.TranlatorPropertyType EXTENSION_METADATA
public static final Admin.TranlatorPropertyType ALL
public static Admin.TranlatorPropertyType[] values()
for (Admin.TranlatorPropertyType c : Admin.TranlatorPropertyType.values()) System.out.println(c);
public static Admin.TranlatorPropertyType 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 nullCopyright © 2019. All rights reserved.