public enum GSLTLINETYPE extends Enum<GSLTLINETYPE> implements org.eclipse.emf.common.util.Enumerator
AfplibPackage.getGSLTLINETYPE()| Enum Constant and Description |
|---|
CONST_DASH_DOTTED
The 'Const Dash Dotted' literal object
|
CONST_DASH_DOUBLE_DOT
The 'Const Dash Double Dot' literal object
|
CONST_DOTTED
The 'Const Dotted' literal object
|
CONST_DOUBLE_DOTTED
The 'Const Double Dotted' literal object
|
CONST_DRAWING_DEFAULT
The 'Const Drawing Default' literal object
|
CONST_INVISIBLE
The 'Const Invisible' literal object
|
CONST_LONG_DASHED
The 'Const Long Dashed' literal object
|
CONST_SHORT_DASHED
The 'Const Short Dashed' literal object
|
CONST_SOLID
The 'Const Solid' literal object
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CONST_DASH_DOTTED_VALUE
The 'Const Dash Dotted' literal value
|
static int |
CONST_DASH_DOUBLE_DOT_VALUE
The 'Const Dash Double Dot' literal value
|
static int |
CONST_DOTTED_VALUE
The 'Const Dotted' literal value
|
static int |
CONST_DOUBLE_DOTTED_VALUE
The 'Const Double Dotted' literal value
|
static int |
CONST_DRAWING_DEFAULT_VALUE
The 'Const Drawing Default' literal value
|
static int |
CONST_INVISIBLE_VALUE
The 'Const Invisible' literal value
|
static int |
CONST_LONG_DASHED_VALUE
The 'Const Long Dashed' literal value
|
static int |
CONST_SHORT_DASHED_VALUE
The 'Const Short Dashed' literal value
|
static int |
CONST_SOLID_VALUE
The 'Const Solid' literal value
|
static List<GSLTLINETYPE> |
VALUES
A public read-only list of all the 'GSLTLINETYPE' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static GSLTLINETYPE |
get(int value)
Returns the 'GSLTLINETYPE' literal with the specified integer value
|
static GSLTLINETYPE |
get(String literal)
Returns the 'GSLTLINETYPE' literal with the specified literal value
|
static GSLTLINETYPE |
getByName(String name)
Returns the 'GSLTLINETYPE' 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 GSLTLINETYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GSLTLINETYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GSLTLINETYPE CONST_DRAWING_DEFAULT
CONST_DRAWING_DEFAULT_VALUEpublic static final GSLTLINETYPE CONST_DOTTED
CONST_DOTTED_VALUEpublic static final GSLTLINETYPE CONST_SHORT_DASHED
CONST_SHORT_DASHED_VALUEpublic static final GSLTLINETYPE CONST_DASH_DOTTED
CONST_DASH_DOTTED_VALUEpublic static final GSLTLINETYPE CONST_DOUBLE_DOTTED
CONST_DOUBLE_DOTTED_VALUEpublic static final GSLTLINETYPE CONST_LONG_DASHED
CONST_LONG_DASHED_VALUEpublic static final GSLTLINETYPE CONST_DASH_DOUBLE_DOT
CONST_DASH_DOUBLE_DOT_VALUEpublic static final GSLTLINETYPE CONST_SOLID
CONST_SOLID_VALUEpublic static final GSLTLINETYPE CONST_INVISIBLE
CONST_INVISIBLE_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_DOTTED_VALUE
If the meaning of 'Const Dotted' literal object isn't clear, there really should be more of a description here...
CONST_DOTTED,
Constant Field Valuespublic static final int CONST_SHORT_DASHED_VALUE
If the meaning of 'Const Short Dashed' literal object isn't clear, there really should be more of a description here...
CONST_SHORT_DASHED,
Constant Field Valuespublic static final int CONST_DASH_DOTTED_VALUE
If the meaning of 'Const Dash Dotted' literal object isn't clear, there really should be more of a description here...
CONST_DASH_DOTTED,
Constant Field Valuespublic static final int CONST_DOUBLE_DOTTED_VALUE
If the meaning of 'Const Double Dotted' literal object isn't clear, there really should be more of a description here...
CONST_DOUBLE_DOTTED,
Constant Field Valuespublic static final int CONST_LONG_DASHED_VALUE
If the meaning of 'Const Long Dashed' literal object isn't clear, there really should be more of a description here...
CONST_LONG_DASHED,
Constant Field Valuespublic static final int CONST_DASH_DOUBLE_DOT_VALUE
If the meaning of 'Const Dash Double Dot' literal object isn't clear, there really should be more of a description here...
CONST_DASH_DOUBLE_DOT,
Constant Field Valuespublic static final int CONST_SOLID_VALUE
If the meaning of 'Const Solid' literal object isn't clear, there really should be more of a description here...
CONST_SOLID,
Constant Field Valuespublic static final int CONST_INVISIBLE_VALUE
If the meaning of 'Const Invisible' literal object isn't clear, there really should be more of a description here...
CONST_INVISIBLE,
Constant Field Valuespublic static final List<GSLTLINETYPE> VALUES
public static GSLTLINETYPE[] values()
for (GSLTLINETYPE c : GSLTLINETYPE.values()) System.out.println(c);
public static GSLTLINETYPE 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 GSLTLINETYPE get(String literal)
literal - the literal.null.public static GSLTLINETYPE getByName(String name)
name - the name.null.public static GSLTLINETYPE 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.Enumeratorpublic String toString()
toString in class Enum<GSLTLINETYPE>Copyright © 2017. All rights reserved.