public enum FNCPatTech extends Enum<FNCPatTech> implements org.eclipse.emf.common.util.Enumerator
AfplibPackage.getFNCPatTech()| Enum Constant and Description |
|---|
CONST_CID_KEYEDFONT_TYPE0
The 'Const CID Keyedfont Type0' literal object
|
CONST_LASER_MATRIX_NBIT_WIDE
The 'Const Laser Matrix Nbit Wide' literal object
|
CONST_PFB_TYPE1
The 'Const PFB Type1' literal object
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CONST_CID_KEYEDFONT_TYPE0_VALUE
The 'Const CID Keyedfont Type0' literal value
|
static int |
CONST_LASER_MATRIX_NBIT_WIDE_VALUE
The 'Const Laser Matrix Nbit Wide' literal value
|
static int |
CONST_PFB_TYPE1_VALUE
The 'Const PFB Type1' literal value
|
static List<FNCPatTech> |
VALUES
A public read-only list of all the 'FNC Pat Tech' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static FNCPatTech |
get(int value)
Returns the 'FNC Pat Tech' literal with the specified integer value
|
static FNCPatTech |
get(String literal)
Returns the 'FNC Pat Tech' literal with the specified literal value
|
static FNCPatTech |
getByName(String name)
Returns the 'FNC Pat Tech' 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 FNCPatTech |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FNCPatTech[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FNCPatTech CONST_LASER_MATRIX_NBIT_WIDE
CONST_LASER_MATRIX_NBIT_WIDE_VALUEpublic static final FNCPatTech CONST_CID_KEYEDFONT_TYPE0
CONST_CID_KEYEDFONT_TYPE0_VALUEpublic static final FNCPatTech CONST_PFB_TYPE1
CONST_PFB_TYPE1_VALUEpublic static final int CONST_LASER_MATRIX_NBIT_WIDE_VALUE
If the meaning of 'Const Laser Matrix Nbit Wide' literal object isn't clear, there really should be more of a description here...
public static final int CONST_CID_KEYEDFONT_TYPE0_VALUE
If the meaning of 'Const CID Keyedfont Type0' literal object isn't clear, there really should be more of a description here...
CONST_CID_KEYEDFONT_TYPE0,
Constant Field Valuespublic static final int CONST_PFB_TYPE1_VALUE
If the meaning of 'Const PFB Type1' literal object isn't clear, there really should be more of a description here...
CONST_PFB_TYPE1,
Constant Field Valuespublic static final List<FNCPatTech> VALUES
public static FNCPatTech[] values()
for (FNCPatTech c : FNCPatTech.values()) System.out.println(c);
public static FNCPatTech 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 FNCPatTech get(String literal)
literal - the literal.null.public static FNCPatTech getByName(String name)
name - the name.null.public static FNCPatTech 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<FNCPatTech>Copyright © 2017. All rights reserved.