public static enum EStructuralFeatureValueConverter.Direction extends Enum<EStructuralFeatureValueConverter.Direction>
Enum Constant and Description |
---|
LITERAL_TO_MODEL
Conversion from string literal to model value.
|
MODEL_TO_LITERAL
Conversion from model value to string literal.
|
Modifier and Type | Method and Description |
---|---|
static EStructuralFeatureValueConverter.Direction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EStructuralFeatureValueConverter.Direction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EStructuralFeatureValueConverter.Direction MODEL_TO_LITERAL
public static final EStructuralFeatureValueConverter.Direction LITERAL_TO_MODEL
public static EStructuralFeatureValueConverter.Direction[] values()
for (EStructuralFeatureValueConverter.Direction c : EStructuralFeatureValueConverter.Direction.values()) System.out.println(c);
public static EStructuralFeatureValueConverter.Direction 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.