public enum WindowSpecificationFLAGS extends Enum<WindowSpecificationFLAGS> implements org.eclipse.emf.common.util.Enumerator
| Enum Constant and Description |
|---|
ABS
The 'ABS' literal object
|
IMGNS
The 'IMGNS' literal object
|
IMGRES
The 'IMGRES' literal object
|
PPS
The 'PPS' literal object
|
| Modifier and Type | Field and Description |
|---|---|
static int |
ABS_VALUE
The 'ABS' literal value
|
static int |
IMGNS_VALUE
The 'IMGNS' literal value
|
static int |
IMGRES_VALUE
The 'IMGRES' literal value
|
static int |
PPS_VALUE
The 'PPS' literal value
|
static List<WindowSpecificationFLAGS> |
VALUES
A public read-only list of all the 'Window Specification FLAGS' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static WindowSpecificationFLAGS |
get(int value)
Returns the 'Window Specification FLAGS' literal with the specified integer value
|
static WindowSpecificationFLAGS |
get(String literal)
Returns the 'Window Specification FLAGS' literal with the specified literal value
|
static WindowSpecificationFLAGS |
getByName(String name)
Returns the 'Window Specification 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 WindowSpecificationFLAGS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WindowSpecificationFLAGS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WindowSpecificationFLAGS PPS
PPS_VALUEpublic static final WindowSpecificationFLAGS ABS
ABS_VALUEpublic static final WindowSpecificationFLAGS IMGRES
IMGRES_VALUEpublic static final WindowSpecificationFLAGS IMGNS
IMGNS_VALUEpublic static final int PPS_VALUE
If the meaning of 'PPS' literal object isn't clear, there really should be more of a description here...
PPS,
Constant Field Valuespublic static final int ABS_VALUE
If the meaning of 'ABS' literal object isn't clear, there really should be more of a description here...
ABS,
Constant Field Valuespublic static final int IMGRES_VALUE
If the meaning of 'IMGRES' literal object isn't clear, there really should be more of a description here...
IMGRES,
Constant Field Valuespublic static final int IMGNS_VALUE
If the meaning of 'IMGNS' literal object isn't clear, there really should be more of a description here...
IMGNS,
Constant Field Valuespublic static final List<WindowSpecificationFLAGS> VALUES
public static WindowSpecificationFLAGS[] values()
for (WindowSpecificationFLAGS c : WindowSpecificationFLAGS.values()) System.out.println(c);
public static WindowSpecificationFLAGS 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 WindowSpecificationFLAGS get(String literal)
literal - the literal.null.public static WindowSpecificationFLAGS getByName(String name)
name - the name.null.public static WindowSpecificationFLAGS 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<WindowSpecificationFLAGS>Copyright © 2017. All rights reserved.