public enum ESpecialProperties extends java.lang.Enum<ESpecialProperties> implements org.eclipse.emf.common.util.Enumerator
TaurusPackage.getESpecialProperties()| Enum Constant and Description |
|---|
ELEMENT_SUFFIX
The 'Element Suffix' literal object.
|
ELEMENT_TYPE
The 'Element Type' literal object.
|
MARKER_LINE_NUMBER
The 'Marker Line Number' literal object.
|
NONE
The 'NONE' literal object.
|
PROPERTY_GROUP
The 'Property Group' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
ELEMENT_SUFFIX_VALUE
The 'Element Suffix' literal value.
|
static int |
ELEMENT_TYPE_VALUE
The 'Element Type' literal value.
|
static int |
MARKER_LINE_NUMBER_VALUE
The 'Marker Line Number' literal value.
|
static int |
NONE_VALUE
The 'NONE' literal value.
|
static int |
PROPERTY_GROUP_VALUE
The 'Property Group' literal value.
|
static java.util.List<ESpecialProperties> |
VALUES
A public read-only list of all the 'ESpecial Properties'
enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static ESpecialProperties |
get(int value)
Returns the 'ESpecial Properties' literal with the
specified integer value.
|
static ESpecialProperties |
get(java.lang.String literal)
Returns the 'ESpecial Properties' literal with the
specified literal value.
|
static ESpecialProperties |
getByName(java.lang.String name)
Returns the 'ESpecial Properties' literal with the
specified name.
|
java.lang.String |
getLiteral() |
java.lang.String |
getName() |
int |
getValue() |
java.lang.String |
toString()
Returns the literal value of the enumerator, which is its string
representation.
|
static ESpecialProperties |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ESpecialProperties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ESpecialProperties NONE
NONE_VALUEpublic static final ESpecialProperties ELEMENT_TYPE
ELEMENT_TYPE_VALUEpublic static final ESpecialProperties ELEMENT_SUFFIX
ELEMENT_SUFFIX_VALUEpublic static final ESpecialProperties MARKER_LINE_NUMBER
MARKER_LINE_NUMBER_VALUEpublic static final ESpecialProperties PROPERTY_GROUP
PROPERTY_GROUP_VALUEpublic static final int NONE_VALUE
NONE,
Constant Field Valuespublic static final int ELEMENT_TYPE_VALUE
ELEMENT_TYPE,
Constant Field Valuespublic static final int ELEMENT_SUFFIX_VALUE
ELEMENT_SUFFIX,
Constant Field Valuespublic static final int MARKER_LINE_NUMBER_VALUE
MARKER_LINE_NUMBER,
Constant Field Valuespublic static final int PROPERTY_GROUP_VALUE
PROPERTY_GROUP,
Constant Field Valuespublic static final java.util.List<ESpecialProperties> VALUES
public static ESpecialProperties[] values()
for (ESpecialProperties c : ESpecialProperties.values()) System.out.println(c);
public static ESpecialProperties valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static ESpecialProperties get(java.lang.String literal)
literal - the literal.null.public static ESpecialProperties getByName(java.lang.String name)
name - the name.null.public static ESpecialProperties get(int value)
value - the integer value.null.public int getValue()
getValue in interface org.eclipse.emf.common.util.Enumeratorpublic java.lang.String getName()
getName in interface org.eclipse.emf.common.util.Enumeratorpublic java.lang.String getLiteral()
getLiteral in interface org.eclipse.emf.common.util.Enumeratorpublic java.lang.String toString()
toString in class java.lang.Enum<ESpecialProperties>Copyright © 2015 Micro Focus GmbH. All rights reserved.