public enum ConditionName extends java.lang.Enum<ConditionName> implements org.eclipse.emf.common.util.Enumerator
PLIPackage.getConditionName()| Enum Constant and Description |
|---|
ANYCONDITION
The 'ANYCONDITION' literal object.
|
AREA
The 'AREA' literal object.
|
ATTENTION
The 'ATTENTION' literal object.
|
CONDITION
The 'CONDITION' literal object.
|
CONVERSION
The 'CONVERSION' literal object.
|
ENDFILE
The 'ENDFILE' literal object.
|
ENDPAGE
The 'ENDPAGE' literal object.
|
ERROR
The 'ERROR' literal object.
|
FINISH
The 'FINISH' literal object.
|
FIXEDOVERFLOW
The 'FIXEDOVERFLOW' literal object.
|
INVALIDOP
The 'INVALIDOP' literal object.
|
KEY
The 'KEY' literal object.
|
NAME
The 'NAME' literal object.
|
NOCONVERSION
The 'NOCONVERSION' literal object.
|
NOFIXEDOVERFLOW
The 'NOFIXEDOVERFLOW' literal object.
|
NOINVALIDOP
The 'NOINVALIDOP' literal object.
|
NOOVERFLOW
The 'NOOVERFLOW' literal object.
|
NOSIZE
The 'NOSIZE' literal object.
|
NOSTRINGRANGE
The 'NOSTRINGRANGE' literal object.
|
NOSTRINGSIZE
The 'NOSTRINGSIZE' literal object.
|
NOSUBSCRIPTRANGE
The 'NOSUBSCRIPTRANGE' literal object.
|
NOUNDERFLOW
The 'NOUNDERFLOW' literal object.
|
NOZERODIVIDE
The 'NOZERODIVIDE' literal object.
|
OVERFLOW
The 'OVERFLOW' literal object.
|
RECORD
The 'RECORD' literal object.
|
SIZE
The 'SIZE' literal object.
|
STORAGE
The 'STORAGE' literal object.
|
STRINGRANGE
The 'STRINGRANGE' literal object.
|
STRINGSIZE
The 'STRINGSIZE' literal object.
|
SUBSCRIPTRANGE
The 'SUBSCRIPTRANGE' literal object.
|
TRANSMIT
The 'TRANSMIT' literal object.
|
UNDEFINEDFILE
The 'UNDEFINEDFILE' literal object.
|
UNDERFLOW
The 'UNDERFLOW' literal object.
|
ZERODIVIDE
The 'ZERODIVIDE' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
ANYCONDITION_VALUE
The 'ANYCONDITION' literal value.
|
static int |
AREA_VALUE
The 'AREA' literal value.
|
static int |
ATTENTION_VALUE
The 'ATTENTION' literal value.
|
static int |
CONDITION_VALUE
The 'CONDITION' literal value.
|
static int |
CONVERSION_VALUE
The 'CONVERSION' literal value.
|
static java.lang.String |
copyright |
static int |
ENDFILE_VALUE
The 'ENDFILE' literal value.
|
static int |
ENDPAGE_VALUE
The 'ENDPAGE' literal value.
|
static int |
ERROR_VALUE
The 'ERROR' literal value.
|
static int |
FINISH_VALUE
The 'FINISH' literal value.
|
static int |
FIXEDOVERFLOW_VALUE
The 'FIXEDOVERFLOW' literal value.
|
static int |
INVALIDOP_VALUE
The 'INVALIDOP' literal value.
|
static int |
KEY_VALUE
The 'KEY' literal value.
|
static int |
NAME_VALUE
The 'NAME' literal value.
|
static int |
NOCONVERSION_VALUE
The 'NOCONVERSION' literal value.
|
static int |
NOFIXEDOVERFLOW_VALUE
The 'NOFIXEDOVERFLOW' literal value.
|
static int |
NOINVALIDOP_VALUE
The 'NOINVALIDOP' literal value.
|
static int |
NOOVERFLOW_VALUE
The 'NOOVERFLOW' literal value.
|
static int |
NOSIZE_VALUE
The 'NOSIZE' literal value.
|
static int |
NOSTRINGRANGE_VALUE
The 'NOSTRINGRANGE' literal value.
|
static int |
NOSTRINGSIZE_VALUE
The 'NOSTRINGSIZE' literal value.
|
static int |
NOSUBSCRIPTRANGE_VALUE
The 'NOSUBSCRIPTRANGE' literal value.
|
static int |
NOUNDERFLOW_VALUE
The 'NOUNDERFLOW' literal value.
|
static int |
NOZERODIVIDE_VALUE
The 'NOZERODIVIDE' literal value.
|
static int |
OVERFLOW_VALUE
The 'OVERFLOW' literal value.
|
static int |
RECORD_VALUE
The 'RECORD' literal value.
|
static int |
SIZE_VALUE
The 'SIZE' literal value.
|
static int |
STORAGE_VALUE
The 'STORAGE' literal value.
|
static int |
STRINGRANGE_VALUE
The 'STRINGRANGE' literal value.
|
static int |
STRINGSIZE_VALUE
The 'STRINGSIZE' literal value.
|
static int |
SUBSCRIPTRANGE_VALUE
The 'SUBSCRIPTRANGE' literal value.
|
static int |
TRANSMIT_VALUE
The 'TRANSMIT' literal value.
|
static int |
UNDEFINEDFILE_VALUE
The 'UNDEFINEDFILE' literal value.
|
static int |
UNDERFLOW_VALUE
The 'UNDERFLOW' literal value.
|
static java.util.List<ConditionName> |
VALUES
A public read-only list of all the 'Condition Name' enumerators.
|
static int |
ZERODIVIDE_VALUE
The 'ZERODIVIDE' literal value.
|
| Modifier and Type | Method and Description |
|---|---|
static ConditionName |
get(int value)
Returns the 'Condition Name' literal with the specified integer value.
|
static ConditionName |
get(java.lang.String literal)
Returns the 'Condition Name' literal with the specified literal value.
|
static ConditionName |
getByName(java.lang.String name)
Returns the 'Condition Name' 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 ConditionName |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConditionName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConditionName CONVERSION
CONVERSION_VALUEpublic static final ConditionName NOCONVERSION
NOCONVERSION_VALUEpublic static final ConditionName FIXEDOVERFLOW
FIXEDOVERFLOW_VALUEpublic static final ConditionName NOFIXEDOVERFLOW
NOFIXEDOVERFLOW_VALUEpublic static final ConditionName INVALIDOP
INVALIDOP_VALUEpublic static final ConditionName NOINVALIDOP
NOINVALIDOP_VALUEpublic static final ConditionName OVERFLOW
OVERFLOW_VALUEpublic static final ConditionName NOOVERFLOW
NOOVERFLOW_VALUEpublic static final ConditionName UNDERFLOW
UNDERFLOW_VALUEpublic static final ConditionName NOUNDERFLOW
NOUNDERFLOW_VALUEpublic static final ConditionName ZERODIVIDE
ZERODIVIDE_VALUEpublic static final ConditionName NOZERODIVIDE
NOZERODIVIDE_VALUEpublic static final ConditionName ENDFILE
ENDFILE_VALUEpublic static final ConditionName ENDPAGE
ENDPAGE_VALUEpublic static final ConditionName KEY
KEY_VALUEpublic static final ConditionName NAME
NAME_VALUEpublic static final ConditionName RECORD
RECORD_VALUEpublic static final ConditionName TRANSMIT
TRANSMIT_VALUEpublic static final ConditionName UNDEFINEDFILE
UNDEFINEDFILE_VALUEpublic static final ConditionName SIZE
SIZE_VALUEpublic static final ConditionName NOSIZE
NOSIZE_VALUEpublic static final ConditionName STRINGRANGE
STRINGRANGE_VALUEpublic static final ConditionName NOSTRINGRANGE
NOSTRINGRANGE_VALUEpublic static final ConditionName STRINGSIZE
STRINGSIZE_VALUEpublic static final ConditionName NOSTRINGSIZE
NOSTRINGSIZE_VALUEpublic static final ConditionName SUBSCRIPTRANGE
SUBSCRIPTRANGE_VALUEpublic static final ConditionName NOSUBSCRIPTRANGE
NOSUBSCRIPTRANGE_VALUEpublic static final ConditionName ANYCONDITION
ANYCONDITION_VALUEpublic static final ConditionName AREA
AREA_VALUEpublic static final ConditionName ATTENTION
ATTENTION_VALUEpublic static final ConditionName CONDITION
CONDITION_VALUEpublic static final ConditionName ERROR
ERROR_VALUEpublic static final ConditionName FINISH
FINISH_VALUEpublic static final ConditionName STORAGE
STORAGE_VALUEpublic static final java.lang.String copyright
public static final int CONVERSION_VALUE
If the meaning of 'CONVERSION' literal object isn't clear, there really should be more of a description here...
CONVERSION,
Constant Field Valuespublic static final int NOCONVERSION_VALUE
If the meaning of 'NOCONVERSION' literal object isn't clear, there really should be more of a description here...
NOCONVERSION,
Constant Field Valuespublic static final int FIXEDOVERFLOW_VALUE
If the meaning of 'FIXEDOVERFLOW' literal object isn't clear, there really should be more of a description here...
FIXEDOVERFLOW,
Constant Field Valuespublic static final int NOFIXEDOVERFLOW_VALUE
If the meaning of 'NOFIXEDOVERFLOW' literal object isn't clear, there really should be more of a description here...
NOFIXEDOVERFLOW,
Constant Field Valuespublic static final int INVALIDOP_VALUE
If the meaning of 'INVALIDOP' literal object isn't clear, there really should be more of a description here...
INVALIDOP,
Constant Field Valuespublic static final int NOINVALIDOP_VALUE
If the meaning of 'NOINVALIDOP' literal object isn't clear, there really should be more of a description here...
NOINVALIDOP,
Constant Field Valuespublic static final int OVERFLOW_VALUE
If the meaning of 'OVERFLOW' literal object isn't clear, there really should be more of a description here...
OVERFLOW,
Constant Field Valuespublic static final int NOOVERFLOW_VALUE
If the meaning of 'NOOVERFLOW' literal object isn't clear, there really should be more of a description here...
NOOVERFLOW,
Constant Field Valuespublic static final int UNDERFLOW_VALUE
If the meaning of 'UNDERFLOW' literal object isn't clear, there really should be more of a description here...
UNDERFLOW,
Constant Field Valuespublic static final int NOUNDERFLOW_VALUE
If the meaning of 'NOUNDERFLOW' literal object isn't clear, there really should be more of a description here...
NOUNDERFLOW,
Constant Field Valuespublic static final int ZERODIVIDE_VALUE
If the meaning of 'ZERODIVIDE' literal object isn't clear, there really should be more of a description here...
ZERODIVIDE,
Constant Field Valuespublic static final int NOZERODIVIDE_VALUE
If the meaning of 'NOZERODIVIDE' literal object isn't clear, there really should be more of a description here...
NOZERODIVIDE,
Constant Field Valuespublic static final int ENDFILE_VALUE
If the meaning of 'ENDFILE' literal object isn't clear, there really should be more of a description here...
ENDFILE,
Constant Field Valuespublic static final int ENDPAGE_VALUE
If the meaning of 'ENDPAGE' literal object isn't clear, there really should be more of a description here...
ENDPAGE,
Constant Field Valuespublic static final int KEY_VALUE
If the meaning of 'KEY' literal object isn't clear, there really should be more of a description here...
KEY,
Constant Field Valuespublic static final int NAME_VALUE
If the meaning of 'NAME' literal object isn't clear, there really should be more of a description here...
NAME,
Constant Field Valuespublic static final int RECORD_VALUE
If the meaning of 'RECORD' literal object isn't clear, there really should be more of a description here...
RECORD,
Constant Field Valuespublic static final int TRANSMIT_VALUE
If the meaning of 'TRANSMIT' literal object isn't clear, there really should be more of a description here...
TRANSMIT,
Constant Field Valuespublic static final int UNDEFINEDFILE_VALUE
If the meaning of 'UNDEFINEDFILE' literal object isn't clear, there really should be more of a description here...
UNDEFINEDFILE,
Constant Field Valuespublic static final int SIZE_VALUE
If the meaning of 'SIZE' literal object isn't clear, there really should be more of a description here...
SIZE,
Constant Field Valuespublic static final int NOSIZE_VALUE
If the meaning of 'NOSIZE' literal object isn't clear, there really should be more of a description here...
NOSIZE,
Constant Field Valuespublic static final int STRINGRANGE_VALUE
If the meaning of 'STRINGRANGE' literal object isn't clear, there really should be more of a description here...
STRINGRANGE,
Constant Field Valuespublic static final int NOSTRINGRANGE_VALUE
If the meaning of 'NOSTRINGRANGE' literal object isn't clear, there really should be more of a description here...
NOSTRINGRANGE,
Constant Field Valuespublic static final int STRINGSIZE_VALUE
If the meaning of 'STRINGSIZE' literal object isn't clear, there really should be more of a description here...
STRINGSIZE,
Constant Field Valuespublic static final int NOSTRINGSIZE_VALUE
If the meaning of 'NOSTRINGSIZE' literal object isn't clear, there really should be more of a description here...
NOSTRINGSIZE,
Constant Field Valuespublic static final int SUBSCRIPTRANGE_VALUE
If the meaning of 'SUBSCRIPTRANGE' literal object isn't clear, there really should be more of a description here...
SUBSCRIPTRANGE,
Constant Field Valuespublic static final int NOSUBSCRIPTRANGE_VALUE
If the meaning of 'NOSUBSCRIPTRANGE' literal object isn't clear, there really should be more of a description here...
NOSUBSCRIPTRANGE,
Constant Field Valuespublic static final int ANYCONDITION_VALUE
If the meaning of 'ANYCONDITION' literal object isn't clear, there really should be more of a description here...
ANYCONDITION,
Constant Field Valuespublic static final int AREA_VALUE
If the meaning of 'AREA' literal object isn't clear, there really should be more of a description here...
AREA,
Constant Field Valuespublic static final int ATTENTION_VALUE
If the meaning of 'ATTENTION' literal object isn't clear, there really should be more of a description here...
ATTENTION,
Constant Field Valuespublic static final int CONDITION_VALUE
If the meaning of 'CONDITION' literal object isn't clear, there really should be more of a description here...
CONDITION,
Constant Field Valuespublic static final int ERROR_VALUE
If the meaning of 'ERROR' literal object isn't clear, there really should be more of a description here...
ERROR,
Constant Field Valuespublic static final int FINISH_VALUE
If the meaning of 'FINISH' literal object isn't clear, there really should be more of a description here...
FINISH,
Constant Field Valuespublic static final int STORAGE_VALUE
If the meaning of 'STORAGE' literal object isn't clear, there really should be more of a description here...
STORAGE,
Constant Field Valuespublic static final java.util.List<ConditionName> VALUES
public static ConditionName[] values()
for (ConditionName c : ConditionName.values()) System.out.println(c);
public static ConditionName 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 ConditionName get(java.lang.String literal)
public static ConditionName getByName(java.lang.String name)
public static ConditionName get(int value)
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<ConditionName>