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