public enum USCBYPSIDEN extends Enum<USCBYPSIDEN> implements org.eclipse.emf.common.util.Enumerator
AfplibPackage.getUSCBYPSIDEN()| Enum Constant and Description |
|---|
BYPASS_ABSOLUTE_MOVE_INLINE
The 'Bypass Absolute Move Inline' literal object
|
BYPASS_RELATIVE_MOVE_INLINE
The 'Bypass Relative Move Inline' literal object
|
BYPASSSPACECHARACTERS
The 'Bypassspacecharacters' literal object
|
NO_BYPASSIN_EFFECT
The 'No Bypassin Effect' literal object
|
| Modifier and Type | Field and Description |
|---|---|
static int |
BYPASS_ABSOLUTE_MOVE_INLINE_VALUE
The 'Bypass Absolute Move Inline' literal value
|
static int |
BYPASS_RELATIVE_MOVE_INLINE_VALUE
The 'Bypass Relative Move Inline' literal value
|
static int |
BYPASSSPACECHARACTERS_VALUE
The 'Bypassspacecharacters' literal value
|
static int |
NO_BYPASSIN_EFFECT_VALUE
The 'No Bypassin Effect' literal value
|
static List<USCBYPSIDEN> |
VALUES
A public read-only list of all the 'USCBYPSIDEN' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static USCBYPSIDEN |
get(int value)
Returns the 'USCBYPSIDEN' literal with the specified integer value
|
static USCBYPSIDEN |
get(String literal)
Returns the 'USCBYPSIDEN' literal with the specified literal value
|
static USCBYPSIDEN |
getByName(String name)
Returns the 'USCBYPSIDEN' 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 USCBYPSIDEN |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static USCBYPSIDEN[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final USCBYPSIDEN BYPASS_RELATIVE_MOVE_INLINE
BYPASS_RELATIVE_MOVE_INLINE_VALUEpublic static final USCBYPSIDEN BYPASS_ABSOLUTE_MOVE_INLINE
BYPASS_ABSOLUTE_MOVE_INLINE_VALUEpublic static final USCBYPSIDEN BYPASSSPACECHARACTERS
BYPASSSPACECHARACTERS_VALUEpublic static final USCBYPSIDEN NO_BYPASSIN_EFFECT
NO_BYPASSIN_EFFECT_VALUEpublic static final int BYPASS_RELATIVE_MOVE_INLINE_VALUE
If the meaning of 'Bypass Relative Move Inline' literal object isn't clear, there really should be more of a description here...
BYPASS_RELATIVE_MOVE_INLINE,
Constant Field Valuespublic static final int BYPASS_ABSOLUTE_MOVE_INLINE_VALUE
If the meaning of 'Bypass Absolute Move Inline' literal object isn't clear, there really should be more of a description here...
BYPASS_ABSOLUTE_MOVE_INLINE,
Constant Field Valuespublic static final int BYPASSSPACECHARACTERS_VALUE
If the meaning of 'Bypassspacecharacters' literal object isn't clear, there really should be more of a description here...
BYPASSSPACECHARACTERS,
Constant Field Valuespublic static final int NO_BYPASSIN_EFFECT_VALUE
If the meaning of 'No Bypassin Effect' literal object isn't clear, there really should be more of a description here...
NO_BYPASSIN_EFFECT,
Constant Field Valuespublic static final List<USCBYPSIDEN> VALUES
public static USCBYPSIDEN[] values()
for (USCBYPSIDEN c : USCBYPSIDEN.values()) System.out.println(c);
public static USCBYPSIDEN 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 USCBYPSIDEN get(String literal)
literal - the literal.null.public static USCBYPSIDEN getByName(String name)
name - the name.null.public static USCBYPSIDEN 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<USCBYPSIDEN>Copyright © 2017. All rights reserved.