public enum OVSBYPSIDEN extends Enum<OVSBYPSIDEN> implements org.eclipse.emf.common.util.Enumerator
AfplibPackage.getOVSBYPSIDEN()| 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<OVSBYPSIDEN> |
VALUES
A public read-only list of all the 'OVSBYPSIDEN' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static OVSBYPSIDEN |
get(int value)
Returns the 'OVSBYPSIDEN' literal with the specified integer value
|
static OVSBYPSIDEN |
get(String literal)
Returns the 'OVSBYPSIDEN' literal with the specified literal value
|
static OVSBYPSIDEN |
getByName(String name)
Returns the 'OVSBYPSIDEN' 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 OVSBYPSIDEN |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OVSBYPSIDEN[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OVSBYPSIDEN BYPASS_RELATIVE_MOVE_INLINE
BYPASS_RELATIVE_MOVE_INLINE_VALUEpublic static final OVSBYPSIDEN BYPASS_ABSOLUTE_MOVE_INLINE
BYPASS_ABSOLUTE_MOVE_INLINE_VALUEpublic static final OVSBYPSIDEN BYPASSSPACECHARACTERS
BYPASSSPACECHARACTERS_VALUEpublic static final OVSBYPSIDEN 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<OVSBYPSIDEN> VALUES
public static OVSBYPSIDEN[] values()
for (OVSBYPSIDEN c : OVSBYPSIDEN.values()) System.out.println(c);
public static OVSBYPSIDEN 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 OVSBYPSIDEN get(String literal)
literal - the literal.null.public static OVSBYPSIDEN getByName(String name)
name - the name.null.public static OVSBYPSIDEN 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<OVSBYPSIDEN>Copyright © 2017. All rights reserved.