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