public enum TBMDIRCTION extends Enum<TBMDIRCTION> implements org.eclipse.emf.common.util.Enumerator
AfplibPackage.getTBMDIRCTION()| Enum Constant and Description |
|---|
CONST_AWAYFROMTHE_IAXIS
The 'Const Awayfromthe Iaxis' literal object
|
CONST_DONOTCHANGETHEBASELINE
The 'Const Donotchangethebaseline' literal object
|
CONST_RETURNTOTHEESTABLISHEDBASELINE
The 'Const Returntotheestablishedbaseline' literal object
|
CONST_TOWARDTHE_IAXIS
The 'Const Towardthe Iaxis' literal object
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CONST_AWAYFROMTHE_IAXIS_VALUE
The 'Const Awayfromthe Iaxis' literal value
|
static int |
CONST_DONOTCHANGETHEBASELINE_VALUE
The 'Const Donotchangethebaseline' literal value
|
static int |
CONST_RETURNTOTHEESTABLISHEDBASELINE_VALUE
The 'Const Returntotheestablishedbaseline' literal value
|
static int |
CONST_TOWARDTHE_IAXIS_VALUE
The 'Const Towardthe Iaxis' literal value
|
static List<TBMDIRCTION> |
VALUES
A public read-only list of all the 'TBMDIRCTION' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static TBMDIRCTION |
get(int value)
Returns the 'TBMDIRCTION' literal with the specified integer value
|
static TBMDIRCTION |
get(String literal)
Returns the 'TBMDIRCTION' literal with the specified literal value
|
static TBMDIRCTION |
getByName(String name)
Returns the 'TBMDIRCTION' 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 TBMDIRCTION |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TBMDIRCTION[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TBMDIRCTION CONST_DONOTCHANGETHEBASELINE
CONST_DONOTCHANGETHEBASELINE_VALUEpublic static final TBMDIRCTION CONST_RETURNTOTHEESTABLISHEDBASELINE
public static final TBMDIRCTION CONST_AWAYFROMTHE_IAXIS
CONST_AWAYFROMTHE_IAXIS_VALUEpublic static final TBMDIRCTION CONST_TOWARDTHE_IAXIS
CONST_TOWARDTHE_IAXIS_VALUEpublic static final int CONST_DONOTCHANGETHEBASELINE_VALUE
If the meaning of 'Const Donotchangethebaseline' literal object isn't clear, there really should be more of a description here...
public static final int CONST_RETURNTOTHEESTABLISHEDBASELINE_VALUE
If the meaning of 'Const Returntotheestablishedbaseline' literal object isn't clear, there really should be more of a description here...
public static final int CONST_AWAYFROMTHE_IAXIS_VALUE
If the meaning of 'Const Awayfromthe Iaxis' literal object isn't clear, there really should be more of a description here...
CONST_AWAYFROMTHE_IAXIS,
Constant Field Valuespublic static final int CONST_TOWARDTHE_IAXIS_VALUE
If the meaning of 'Const Towardthe Iaxis' literal object isn't clear, there really should be more of a description here...
CONST_TOWARDTHE_IAXIS,
Constant Field Valuespublic static final List<TBMDIRCTION> VALUES
public static TBMDIRCTION[] values()
for (TBMDIRCTION c : TBMDIRCTION.values()) System.out.println(c);
public static TBMDIRCTION 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 TBMDIRCTION get(String literal)
literal - the literal.null.public static TBMDIRCTION getByName(String name)
name - the name.null.public static TBMDIRCTION 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<TBMDIRCTION>Copyright © 2017. All rights reserved.