public enum FNCYftUnits extends Enum<FNCYftUnits> implements org.eclipse.emf.common.util.Enumerator
AfplibPackage.getFNCYftUnits()| Enum Constant and Description |
|---|
CONST1000UNITSPEREMRELATIVE
The 'Const1000unitsperemrelative' literal object
|
CONST240DPI
The 'Const240dpi' literal object
|
CONST300DPI
The 'Const300dpi' literal object
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CONST1000UNITSPEREMRELATIVE_VALUE
The 'Const1000unitsperemrelative' literal value
|
static int |
CONST240DPI_VALUE
The 'Const240dpi' literal value
|
static int |
CONST300DPI_VALUE
The 'Const300dpi' literal value
|
static List<FNCYftUnits> |
VALUES
A public read-only list of all the 'FNC Yft Units' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static FNCYftUnits |
get(int value)
Returns the 'FNC Yft Units' literal with the specified integer value
|
static FNCYftUnits |
get(String literal)
Returns the 'FNC Yft Units' literal with the specified literal value
|
static FNCYftUnits |
getByName(String name)
Returns the 'FNC Yft Units' 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 FNCYftUnits |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FNCYftUnits[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FNCYftUnits CONST240DPI
CONST240DPI_VALUEpublic static final FNCYftUnits CONST300DPI
CONST300DPI_VALUEpublic static final FNCYftUnits CONST1000UNITSPEREMRELATIVE
CONST1000UNITSPEREMRELATIVE_VALUEpublic static final int CONST240DPI_VALUE
If the meaning of 'Const240dpi' literal object isn't clear, there really should be more of a description here...
CONST240DPI,
Constant Field Valuespublic static final int CONST300DPI_VALUE
If the meaning of 'Const300dpi' literal object isn't clear, there really should be more of a description here...
CONST300DPI,
Constant Field Valuespublic static final int CONST1000UNITSPEREMRELATIVE_VALUE
If the meaning of 'Const1000unitsperemrelative' literal object isn't clear, there really should be more of a description here...
CONST1000UNITSPEREMRELATIVE,
Constant Field Valuespublic static final List<FNCYftUnits> VALUES
public static FNCYftUnits[] values()
for (FNCYftUnits c : FNCYftUnits.values()) System.out.println(c);
public static FNCYftUnits 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 FNCYftUnits get(String literal)
literal - the literal.null.public static FNCYftUnits getByName(String name)
name - the name.null.public static FNCYftUnits 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<FNCYftUnits>Copyright © 2017. All rights reserved.