public enum FormatItemType extends java.lang.Enum<FormatItemType> implements org.eclipse.emf.common.util.Enumerator
PLIPackage.getFormatItemType()| Enum Constant and Description |
|---|
A
The 'A' literal object.
|
B
The 'B' literal object.
|
C
The 'C' literal object.
|
COLUMN
The 'COLUMN' literal object.
|
E
The 'E' literal object.
|
F
The 'F' literal object.
|
FORMATLIST
The 'FORMATLIST' literal object.
|
G
The 'G' literal object.
|
L
The 'L' literal object.
|
LINE
The 'LINE' literal object.
|
P
The 'P' literal object.
|
PAGE
The 'PAGE' literal object.
|
R
The 'R' literal object.
|
SKIP
The 'SKIP' literal object.
|
V
The 'V' literal object.
|
X
The 'X' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
A_VALUE
The 'A' literal value.
|
static int |
B_VALUE
The 'B' literal value.
|
static int |
C_VALUE
The 'C' literal value.
|
static int |
COLUMN_VALUE
The 'COLUMN' literal value.
|
static java.lang.String |
copyright |
static int |
E_VALUE
The 'E' literal value.
|
static int |
F_VALUE
The 'F' literal value.
|
static int |
FORMATLIST_VALUE
The 'FORMATLIST' literal value.
|
static int |
G_VALUE
The 'G' literal value.
|
static int |
L_VALUE
The 'L' literal value.
|
static int |
LINE_VALUE
The 'LINE' literal value.
|
static int |
P_VALUE
The 'P' literal value.
|
static int |
PAGE_VALUE
The 'PAGE' literal value.
|
static int |
R_VALUE
The 'R' literal value.
|
static int |
SKIP_VALUE
The 'SKIP' literal value.
|
static int |
V_VALUE
The 'V' literal value.
|
static java.util.List<FormatItemType> |
VALUES
A public read-only list of all the 'Format Item Type' enumerators.
|
static int |
X_VALUE
The 'X' literal value.
|
| Modifier and Type | Method and Description |
|---|---|
static FormatItemType |
get(int value)
Returns the 'Format Item Type' literal with the specified integer value.
|
static FormatItemType |
get(java.lang.String literal)
Returns the 'Format Item Type' literal with the specified literal value.
|
static FormatItemType |
getByName(java.lang.String name)
Returns the 'Format Item Type' 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 FormatItemType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FormatItemType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FormatItemType A
A_VALUEpublic static final FormatItemType B
B_VALUEpublic static final FormatItemType C
C_VALUEpublic static final FormatItemType COLUMN
COLUMN_VALUEpublic static final FormatItemType E
E_VALUEpublic static final FormatItemType F
F_VALUEpublic static final FormatItemType G
G_VALUEpublic static final FormatItemType L
L_VALUEpublic static final FormatItemType LINE
LINE_VALUEpublic static final FormatItemType P
P_VALUEpublic static final FormatItemType PAGE
PAGE_VALUEpublic static final FormatItemType R
R_VALUEpublic static final FormatItemType SKIP
SKIP_VALUEpublic static final FormatItemType V
V_VALUEpublic static final FormatItemType X
X_VALUEpublic static final FormatItemType FORMATLIST
FORMATLIST_VALUEpublic static final java.lang.String copyright
public static final int A_VALUE
If the meaning of 'A' literal object isn't clear, there really should be more of a description here...
A,
Constant Field Valuespublic static final int B_VALUE
If the meaning of 'B' literal object isn't clear, there really should be more of a description here...
B,
Constant Field Valuespublic static final int C_VALUE
If the meaning of 'C' literal object isn't clear, there really should be more of a description here...
C,
Constant Field Valuespublic static final int COLUMN_VALUE
If the meaning of 'COLUMN' literal object isn't clear, there really should be more of a description here...
COLUMN,
Constant Field Valuespublic static final int E_VALUE
If the meaning of 'E' literal object isn't clear, there really should be more of a description here...
E,
Constant Field Valuespublic static final int F_VALUE
If the meaning of 'F' literal object isn't clear, there really should be more of a description here...
F,
Constant Field Valuespublic static final int G_VALUE
If the meaning of 'G' literal object isn't clear, there really should be more of a description here...
G,
Constant Field Valuespublic static final int L_VALUE
If the meaning of 'L' literal object isn't clear, there really should be more of a description here...
L,
Constant Field Valuespublic static final int LINE_VALUE
If the meaning of 'LINE' literal object isn't clear, there really should be more of a description here...
LINE,
Constant Field Valuespublic static final int P_VALUE
If the meaning of 'P' literal object isn't clear, there really should be more of a description here...
P,
Constant Field Valuespublic static final int PAGE_VALUE
If the meaning of 'PAGE' literal object isn't clear, there really should be more of a description here...
PAGE,
Constant Field Valuespublic static final int R_VALUE
If the meaning of 'R' literal object isn't clear, there really should be more of a description here...
R,
Constant Field Valuespublic static final int SKIP_VALUE
If the meaning of 'SKIP' literal object isn't clear, there really should be more of a description here...
SKIP,
Constant Field Valuespublic static final int V_VALUE
If the meaning of 'V' literal object isn't clear, there really should be more of a description here...
V,
Constant Field Valuespublic static final int X_VALUE
If the meaning of 'X' literal object isn't clear, there really should be more of a description here...
X,
Constant Field Valuespublic static final int FORMATLIST_VALUE
If the meaning of 'FORMATLIST' literal object isn't clear, there really should be more of a description here...
FORMATLIST,
Constant Field Valuespublic static final java.util.List<FormatItemType> VALUES
public static FormatItemType[] values()
for (FormatItemType c : FormatItemType.values()) System.out.println(c);
public static FormatItemType 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 FormatItemType get(java.lang.String literal)
public static FormatItemType getByName(java.lang.String name)
public static FormatItemType 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<FormatItemType>