public enum IDEStructureFLAGS extends Enum<IDEStructureFLAGS> implements org.eclipse.emf.common.util.Enumerator
AfplibPackage.getIDEStructureFLAGS()| Enum Constant and Description |
|---|
GRAY_CODING
The 'Gray Coding' literal object
|
SUBTRACTIVE
The 'Subtractive' literal object
|
| Modifier and Type | Field and Description |
|---|---|
static int |
GRAY_CODING_VALUE
The 'Gray Coding' literal value
|
static int |
SUBTRACTIVE_VALUE
The 'Subtractive' literal value
|
static List<IDEStructureFLAGS> |
VALUES
A public read-only list of all the 'IDE Structure FLAGS' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static IDEStructureFLAGS |
get(int value)
Returns the 'IDE Structure FLAGS' literal with the specified integer value
|
static IDEStructureFLAGS |
get(String literal)
Returns the 'IDE Structure FLAGS' literal with the specified literal value
|
static IDEStructureFLAGS |
getByName(String name)
Returns the 'IDE Structure FLAGS' literal with the specified name
|
String |
getLiteral() |
String |
getName() |
int |
getValue() |
String |
toString()
Returns the literal value of the enumerator, which is its string representation
|
static IDEStructureFLAGS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IDEStructureFLAGS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IDEStructureFLAGS SUBTRACTIVE
SUBTRACTIVE_VALUEpublic static final IDEStructureFLAGS GRAY_CODING
GRAY_CODING_VALUEpublic static final int SUBTRACTIVE_VALUE
If the meaning of 'Subtractive' literal object isn't clear, there really should be more of a description here...
SUBTRACTIVE,
Constant Field Valuespublic static final int GRAY_CODING_VALUE
If the meaning of 'Gray Coding' literal object isn't clear, there really should be more of a description here...
GRAY_CODING,
Constant Field Valuespublic static final List<IDEStructureFLAGS> VALUES
public static IDEStructureFLAGS[] values()
for (IDEStructureFLAGS c : IDEStructureFLAGS.values()) System.out.println(c);
public static IDEStructureFLAGS 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 static IDEStructureFLAGS get(String literal)
literal - the literal.null.public static IDEStructureFLAGS getByName(String name)
name - the name.null.public static IDEStructureFLAGS get(int value)
value - the integer value.null.public int getValue()
getValue in interface org.eclipse.emf.common.util.Enumeratorpublic String getName()
getName in interface org.eclipse.emf.common.util.Enumeratorpublic String getLiteral()
getLiteral in interface org.eclipse.emf.common.util.Enumeratorpublic String toString()
toString in class Enum<IDEStructureFLAGS>Copyright © 2017. All rights reserved.