public enum GSMTMCPT extends Enum<GSMTMCPT> implements org.eclipse.emf.common.util.Enumerator
AfplibPackage.getGSMTMCPT()| Enum Constant and Description |
|---|
CONST_BLANK
The 'Const Blank' literal object
|
CONST_CROSS
The 'Const Cross' literal object
|
CONST_DIAMOND
The 'Const Diamond' literal object
|
CONST_DOT
The 'Const Dot' literal object
|
CONST_DRAWING_DEFAULT
The 'Const Drawing Default' literal object
|
CONST_FILLED_DIAMOND
The 'Const Filled Diamond' literal object
|
CONST_FILLED_SQUARE
The 'Const Filled Square' literal object
|
CONST_PLUS
The 'Const Plus' literal object
|
CONST_SMALL_CIRCLE
The 'Const Small Circle' literal object
|
CONST_SQUARE
The 'Const Square' literal object
|
CONST6_POINT_STAR
The 'Const6 Point Star' literal object
|
CONST8_POINT_STAR
The 'Const8 Point Star' literal object
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CONST_BLANK_VALUE
The 'Const Blank' literal value
|
static int |
CONST_CROSS_VALUE
The 'Const Cross' literal value
|
static int |
CONST_DIAMOND_VALUE
The 'Const Diamond' literal value
|
static int |
CONST_DOT_VALUE
The 'Const Dot' literal value
|
static int |
CONST_DRAWING_DEFAULT_VALUE
The 'Const Drawing Default' literal value
|
static int |
CONST_FILLED_DIAMOND_VALUE
The 'Const Filled Diamond' literal value
|
static int |
CONST_FILLED_SQUARE_VALUE
The 'Const Filled Square' literal value
|
static int |
CONST_PLUS_VALUE
The 'Const Plus' literal value
|
static int |
CONST_SMALL_CIRCLE_VALUE
The 'Const Small Circle' literal value
|
static int |
CONST_SQUARE_VALUE
The 'Const Square' literal value
|
static int |
CONST6_POINT_STAR_VALUE
The 'Const6 Point Star' literal value
|
static int |
CONST8_POINT_STAR_VALUE
The 'Const8 Point Star' literal value
|
static List<GSMTMCPT> |
VALUES
A public read-only list of all the 'GSMTMCPT' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static GSMTMCPT |
get(int value)
Returns the 'GSMTMCPT' literal with the specified integer value
|
static GSMTMCPT |
get(String literal)
Returns the 'GSMTMCPT' literal with the specified literal value
|
static GSMTMCPT |
getByName(String name)
Returns the 'GSMTMCPT' 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 GSMTMCPT |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GSMTMCPT[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GSMTMCPT CONST_DRAWING_DEFAULT
CONST_DRAWING_DEFAULT_VALUEpublic static final GSMTMCPT CONST_CROSS
CONST_CROSS_VALUEpublic static final GSMTMCPT CONST_PLUS
CONST_PLUS_VALUEpublic static final GSMTMCPT CONST_DIAMOND
CONST_DIAMOND_VALUEpublic static final GSMTMCPT CONST_SQUARE
CONST_SQUARE_VALUEpublic static final GSMTMCPT CONST6_POINT_STAR
CONST6_POINT_STAR_VALUEpublic static final GSMTMCPT CONST8_POINT_STAR
CONST8_POINT_STAR_VALUEpublic static final GSMTMCPT CONST_FILLED_DIAMOND
CONST_FILLED_DIAMOND_VALUEpublic static final GSMTMCPT CONST_FILLED_SQUARE
CONST_FILLED_SQUARE_VALUEpublic static final GSMTMCPT CONST_DOT
CONST_DOT_VALUEpublic static final GSMTMCPT CONST_SMALL_CIRCLE
CONST_SMALL_CIRCLE_VALUEpublic static final GSMTMCPT CONST_BLANK
CONST_BLANK_VALUEpublic static final int CONST_DRAWING_DEFAULT_VALUE
If the meaning of 'Const Drawing Default' literal object isn't clear, there really should be more of a description here...
CONST_DRAWING_DEFAULT,
Constant Field Valuespublic static final int CONST_CROSS_VALUE
If the meaning of 'Const Cross' literal object isn't clear, there really should be more of a description here...
CONST_CROSS,
Constant Field Valuespublic static final int CONST_PLUS_VALUE
If the meaning of 'Const Plus' literal object isn't clear, there really should be more of a description here...
CONST_PLUS,
Constant Field Valuespublic static final int CONST_DIAMOND_VALUE
If the meaning of 'Const Diamond' literal object isn't clear, there really should be more of a description here...
CONST_DIAMOND,
Constant Field Valuespublic static final int CONST_SQUARE_VALUE
If the meaning of 'Const Square' literal object isn't clear, there really should be more of a description here...
CONST_SQUARE,
Constant Field Valuespublic static final int CONST6_POINT_STAR_VALUE
If the meaning of 'Const6 Point Star' literal object isn't clear, there really should be more of a description here...
CONST6_POINT_STAR,
Constant Field Valuespublic static final int CONST8_POINT_STAR_VALUE
If the meaning of 'Const8 Point Star' literal object isn't clear, there really should be more of a description here...
CONST8_POINT_STAR,
Constant Field Valuespublic static final int CONST_FILLED_DIAMOND_VALUE
If the meaning of 'Const Filled Diamond' literal object isn't clear, there really should be more of a description here...
CONST_FILLED_DIAMOND,
Constant Field Valuespublic static final int CONST_FILLED_SQUARE_VALUE
If the meaning of 'Const Filled Square' literal object isn't clear, there really should be more of a description here...
CONST_FILLED_SQUARE,
Constant Field Valuespublic static final int CONST_DOT_VALUE
If the meaning of 'Const Dot' literal object isn't clear, there really should be more of a description here...
CONST_DOT,
Constant Field Valuespublic static final int CONST_SMALL_CIRCLE_VALUE
If the meaning of 'Const Small Circle' literal object isn't clear, there really should be more of a description here...
CONST_SMALL_CIRCLE,
Constant Field Valuespublic static final int CONST_BLANK_VALUE
If the meaning of 'Const Blank' literal object isn't clear, there really should be more of a description here...
CONST_BLANK,
Constant Field Valuespublic static GSMTMCPT[] values()
for (GSMTMCPT c : GSMTMCPT.values()) System.out.println(c);
public static GSMTMCPT 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 GSMTMCPT get(String literal)
literal - the literal.null.public static GSMTMCPT getByName(String name)
name - the name.null.public static GSMTMCPT 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.EnumeratorCopyright © 2017. All rights reserved.