public enum PartNoteNumberName extends java.lang.Enum<PartNoteNumberName>
EsxPackage.getPartNoteNumberName()
Enum Constant and Description |
---|
NAME_00
The 'NAME 00' literal object.
|
NAME_01
The 'NAME 01' literal object.
|
NAME_02
The 'NAME 02' literal object.
|
NAME_03
The 'NAME 03' literal object.
|
NAME_04
The 'NAME 04' literal object.
|
NAME_05
The 'NAME 05' literal object.
|
NAME_06
The 'NAME 06' literal object.
|
NAME_07
The 'NAME 07' literal object.
|
NAME_08
The 'NAME 08' literal object.
|
NAME_09
The 'NAME 09' literal object.
|
NAME_10
The 'NAME 10' literal object.
|
NAME_11
The 'NAME 11' literal object.
|
NAME_12
The 'NAME 12' literal object.
|
Modifier and Type | Field and Description |
---|---|
static int |
NAME_00_VALUE
The 'NAME 00' literal value.
|
static int |
NAME_01_VALUE
The 'NAME 01' literal value.
|
static int |
NAME_02_VALUE
The 'NAME 02' literal value.
|
static int |
NAME_03_VALUE
The 'NAME 03' literal value.
|
static int |
NAME_04_VALUE
The 'NAME 04' literal value.
|
static int |
NAME_05_VALUE
The 'NAME 05' literal value.
|
static int |
NAME_06_VALUE
The 'NAME 06' literal value.
|
static int |
NAME_07_VALUE
The 'NAME 07' literal value.
|
static int |
NAME_08_VALUE
The 'NAME 08' literal value.
|
static int |
NAME_09_VALUE
The 'NAME 09' literal value.
|
static int |
NAME_10_VALUE
The 'NAME 10' literal value.
|
static int |
NAME_11_VALUE
The 'NAME 11' literal value.
|
static int |
NAME_12_VALUE
The 'NAME 12' literal value.
|
static java.util.List<PartNoteNumberName> |
VALUES
A public read-only list of all the 'Part Note Number Name' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static PartNoteNumberName |
get(int value)
Returns the 'Part Note Number Name' literal with the specified integer value.
|
static PartNoteNumberName |
get(java.lang.String literal)
Returns the 'Part Note Number Name' literal with the specified literal value.
|
static PartNoteNumberName |
getByName(java.lang.String name)
Returns the 'Part Note Number 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 PartNoteNumberName |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PartNoteNumberName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PartNoteNumberName NAME_00
NAME_00_VALUE
public static final PartNoteNumberName NAME_01
NAME_01_VALUE
public static final PartNoteNumberName NAME_02
NAME_02_VALUE
public static final PartNoteNumberName NAME_03
NAME_03_VALUE
public static final PartNoteNumberName NAME_04
NAME_04_VALUE
public static final PartNoteNumberName NAME_05
NAME_05_VALUE
public static final PartNoteNumberName NAME_06
NAME_06_VALUE
public static final PartNoteNumberName NAME_07
NAME_07_VALUE
public static final PartNoteNumberName NAME_08
NAME_08_VALUE
public static final PartNoteNumberName NAME_09
NAME_09_VALUE
public static final PartNoteNumberName NAME_10
NAME_10_VALUE
public static final PartNoteNumberName NAME_11
NAME_11_VALUE
public static final PartNoteNumberName NAME_12
NAME_12_VALUE
public static final int NAME_00_VALUE
If the meaning of 'NAME 00' literal object isn't clear, there really should be more of a description here...
NAME_00
,
Constant Field Valuespublic static final int NAME_01_VALUE
If the meaning of 'NAME 01' literal object isn't clear, there really should be more of a description here...
NAME_01
,
Constant Field Valuespublic static final int NAME_02_VALUE
If the meaning of 'NAME 02' literal object isn't clear, there really should be more of a description here...
NAME_02
,
Constant Field Valuespublic static final int NAME_03_VALUE
If the meaning of 'NAME 03' literal object isn't clear, there really should be more of a description here...
NAME_03
,
Constant Field Valuespublic static final int NAME_04_VALUE
If the meaning of 'NAME 04' literal object isn't clear, there really should be more of a description here...
NAME_04
,
Constant Field Valuespublic static final int NAME_05_VALUE
If the meaning of 'NAME 05' literal object isn't clear, there really should be more of a description here...
NAME_05
,
Constant Field Valuespublic static final int NAME_06_VALUE
If the meaning of 'NAME 06' literal object isn't clear, there really should be more of a description here...
NAME_06
,
Constant Field Valuespublic static final int NAME_07_VALUE
If the meaning of 'NAME 07' literal object isn't clear, there really should be more of a description here...
NAME_07
,
Constant Field Valuespublic static final int NAME_08_VALUE
If the meaning of 'NAME 08' literal object isn't clear, there really should be more of a description here...
NAME_08
,
Constant Field Valuespublic static final int NAME_09_VALUE
If the meaning of 'NAME 09' literal object isn't clear, there really should be more of a description here...
NAME_09
,
Constant Field Valuespublic static final int NAME_10_VALUE
If the meaning of 'NAME 10' literal object isn't clear, there really should be more of a description here...
NAME_10
,
Constant Field Valuespublic static final int NAME_11_VALUE
If the meaning of 'NAME 11' literal object isn't clear, there really should be more of a description here...
NAME_11
,
Constant Field Valuespublic static final int NAME_12_VALUE
If the meaning of 'NAME 12' literal object isn't clear, there really should be more of a description here...
NAME_12
,
Constant Field Valuespublic static final java.util.List<PartNoteNumberName> VALUES
public static PartNoteNumberName[] values()
for (PartNoteNumberName c : PartNoteNumberName.values()) System.out.println(c);
public static PartNoteNumberName 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 PartNoteNumberName get(java.lang.String literal)
public static PartNoteNumberName getByName(java.lang.String name)
public static PartNoteNumberName get(int value)
public int getValue()
public java.lang.String getName()
public java.lang.String getLiteral()
public java.lang.String toString()
toString
in class java.lang.Enum<PartNoteNumberName>