|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
com.ibm.etools.cobol.application.model.cobol.RecordingMode
public final class RecordingMode
A representation of the recording modes specified in the RECORDING MODE clause of a file description entry. This includes a representation of the literals of the enumeration 'Recording Mode', and utility methods for working with them.
COBOLPackage.getRecordingMode(),
Serialized Form| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
static int |
RM_F
The 'RM F' literal value. |
static RecordingMode |
RM_F_LITERAL
The 'RM F' literal object. |
static int |
RM_S
The 'RM S' literal value. |
static RecordingMode |
RM_S_LITERAL
The 'RM S' literal object. |
static int |
RM_U
The 'RM U' literal value. |
static RecordingMode |
RM_U_LITERAL
The 'RM U' literal object. |
static int |
RM_V
The 'RM V' literal value. |
static RecordingMode |
RM_V_LITERAL
The 'RM V' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Recording Mode' enumerators. |
| Method Summary | |
|---|---|
static RecordingMode |
get(int value)
Returns the 'Recording Mode' literal with the specified integer value. |
static RecordingMode |
get(java.lang.String literal)
Returns the 'Recording Mode' literal with the specified literal value. |
static RecordingMode |
getByName(java.lang.String name)
Returns the 'Recording Mode' literal with the specified name. |
| Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator |
|---|
getLiteral, getName, getValue, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String copyright
public static final int RM_F
Recording mode F (fixed)
RM_F_LITERAL,
Constant Field Valuespublic static final int RM_V
Recording mode V (variable)
RM_V_LITERAL,
Constant Field Valuespublic static final int RM_U
Recording mode U (fixed or variable)
RM_U_LITERAL,
Constant Field Valuespublic static final int RM_S
Recording mode S (spanned)
RM_S_LITERAL,
Constant Field Valuespublic static final RecordingMode RM_F_LITERAL
RM_Fpublic static final RecordingMode RM_V_LITERAL
RM_Vpublic static final RecordingMode RM_U_LITERAL
RM_Upublic static final RecordingMode RM_S_LITERAL
RM_Spublic static final java.util.List VALUES
| Method Detail |
|---|
public static RecordingMode get(java.lang.String literal)
public static RecordingMode getByName(java.lang.String name)
public static RecordingMode get(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||