public enum GSLJLINEJOIN extends Enum<GSLJLINEJOIN> implements org.eclipse.emf.common.util.Enumerator
AfplibPackage.getGSLJLINEJOIN()| Enum Constant and Description |
|---|
CONST_BEVEL
The 'Const Bevel' literal object
|
CONST_DEFAULT
The 'Const Default' literal object
|
CONST_MITER
The 'Const Miter' literal object
|
CONST_ROUND
The 'Const Round' literal object
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CONST_BEVEL_VALUE
The 'Const Bevel' literal value
|
static int |
CONST_DEFAULT_VALUE
The 'Const Default' literal value
|
static int |
CONST_MITER_VALUE
The 'Const Miter' literal value
|
static int |
CONST_ROUND_VALUE
The 'Const Round' literal value
|
static List<GSLJLINEJOIN> |
VALUES
A public read-only list of all the 'GSLJLINEJOIN' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static GSLJLINEJOIN |
get(int value)
Returns the 'GSLJLINEJOIN' literal with the specified integer value
|
static GSLJLINEJOIN |
get(String literal)
Returns the 'GSLJLINEJOIN' literal with the specified literal value
|
static GSLJLINEJOIN |
getByName(String name)
Returns the 'GSLJLINEJOIN' 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 GSLJLINEJOIN |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GSLJLINEJOIN[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GSLJLINEJOIN CONST_DEFAULT
CONST_DEFAULT_VALUEpublic static final GSLJLINEJOIN CONST_BEVEL
CONST_BEVEL_VALUEpublic static final GSLJLINEJOIN CONST_ROUND
CONST_ROUND_VALUEpublic static final GSLJLINEJOIN CONST_MITER
CONST_MITER_VALUEpublic static final int CONST_DEFAULT_VALUE
If the meaning of 'Const Default' literal object isn't clear, there really should be more of a description here...
CONST_DEFAULT,
Constant Field Valuespublic static final int CONST_BEVEL_VALUE
If the meaning of 'Const Bevel' literal object isn't clear, there really should be more of a description here...
CONST_BEVEL,
Constant Field Valuespublic static final int CONST_ROUND_VALUE
If the meaning of 'Const Round' literal object isn't clear, there really should be more of a description here...
CONST_ROUND,
Constant Field Valuespublic static final int CONST_MITER_VALUE
If the meaning of 'Const Miter' literal object isn't clear, there really should be more of a description here...
CONST_MITER,
Constant Field Valuespublic static final List<GSLJLINEJOIN> VALUES
public static GSLJLINEJOIN[] values()
for (GSLJLINEJOIN c : GSLJLINEJOIN.values()) System.out.println(c);
public static GSLJLINEJOIN 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 GSLJLINEJOIN get(String literal)
literal - the literal.null.public static GSLJLINEJOIN getByName(String name)
name - the name.null.public static GSLJLINEJOIN 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<GSLJLINEJOIN>Copyright © 2017. All rights reserved.