public enum BDDTYPE extends Enum<BDDTYPE> implements org.eclipse.emf.common.util.Enumerator
AfplibPackage.getBDDTYPE()| Enum Constant and Description |
|---|
CONST_AUSTRALIA_POST_BAR_CODE
The 'Const Australia Post Bar Code' literal object
|
CONST_CODABAR2OF7
The 'Const Codabar2of7' literal object
|
CONST_CODE128
The 'Const Code128' literal object
|
CONST_CODE39
The 'Const Code39' literal object
|
CONST_CODE93
The 'Const Code93' literal object
|
CONST_DATA_MATRIX
The 'Const Data Matrix' literal object
|
CONST_EAN_2DIGIT
The 'Const EAN 2digit' literal object
|
CONST_EAN_5DIGIT
The 'Const EAN 5digit' literal object
|
CONST_EAN13
The 'Const EAN13' literal object
|
CONST_EAN8
The 'Const EAN8' literal object
|
CONST_INDUSTRIAL2OF5
The 'Const Industrial2of5' literal object
|
CONST_INTERLEAVED2OF5
The 'Const Interleaved2of5' literal object
|
CONST_JAPAN_POSTAL_BAR_CODE
The 'Const Japan Postal Bar Code' literal object
|
CONST_MATRIX2OF5
The 'Const Matrix2of5' literal object
|
CONST_MAXI_CODE
The 'Const Maxi Code' literal object
|
CONST_MSI
The 'Const MSI' literal object
|
CONST_PDF417
The 'Const PDF417' literal object
|
CONST_POSTNET
The 'Const POSTNET' literal object
|
CONST_QR_CODE
The 'Const QR Code' literal object
|
CONST_RM4SCC
The 'Const RM4SCC' literal object
|
CONST_UPC2
The 'Const UPC2' literal object
|
CONST_UPC5
The 'Const UPC5' literal object
|
CONST_UPCCGPCA
The 'Const UPCCGPCA' literal object
|
CONST_UPCCGPCE
The 'Const UPCCGPCE' literal object
|
CONST_USPS
The 'Const USPS' literal object
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CONST_AUSTRALIA_POST_BAR_CODE_VALUE
The 'Const Australia Post Bar Code' literal value
|
static int |
CONST_CODABAR2OF7_VALUE
The 'Const Codabar2of7' literal value
|
static int |
CONST_CODE128_VALUE
The 'Const Code128' literal value
|
static int |
CONST_CODE39_VALUE
The 'Const Code39' literal value
|
static int |
CONST_CODE93_VALUE
The 'Const Code93' literal value
|
static int |
CONST_DATA_MATRIX_VALUE
The 'Const Data Matrix' literal value
|
static int |
CONST_EAN_2DIGIT_VALUE
The 'Const EAN 2digit' literal value
|
static int |
CONST_EAN_5DIGIT_VALUE
The 'Const EAN 5digit' literal value
|
static int |
CONST_EAN13_VALUE
The 'Const EAN13' literal value
|
static int |
CONST_EAN8_VALUE
The 'Const EAN8' literal value
|
static int |
CONST_INDUSTRIAL2OF5_VALUE
The 'Const Industrial2of5' literal value
|
static int |
CONST_INTERLEAVED2OF5_VALUE
The 'Const Interleaved2of5' literal value
|
static int |
CONST_JAPAN_POSTAL_BAR_CODE_VALUE
The 'Const Japan Postal Bar Code' literal value
|
static int |
CONST_MATRIX2OF5_VALUE
The 'Const Matrix2of5' literal value
|
static int |
CONST_MAXI_CODE_VALUE
The 'Const Maxi Code' literal value
|
static int |
CONST_MSI_VALUE
The 'Const MSI' literal value
|
static int |
CONST_PDF417_VALUE
The 'Const PDF417' literal value
|
static int |
CONST_POSTNET_VALUE
The 'Const POSTNET' literal value
|
static int |
CONST_QR_CODE_VALUE
The 'Const QR Code' literal value
|
static int |
CONST_RM4SCC_VALUE
The 'Const RM4SCC' literal value
|
static int |
CONST_UPC2_VALUE
The 'Const UPC2' literal value
|
static int |
CONST_UPC5_VALUE
The 'Const UPC5' literal value
|
static int |
CONST_UPCCGPCA_VALUE
The 'Const UPCCGPCA' literal value
|
static int |
CONST_UPCCGPCE_VALUE
The 'Const UPCCGPCE' literal value
|
static int |
CONST_USPS_VALUE
The 'Const USPS' literal value
|
static List<BDDTYPE> |
VALUES
A public read-only list of all the 'BDDTYPE' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static BDDTYPE |
get(int value)
Returns the 'BDDTYPE' literal with the specified integer value
|
static BDDTYPE |
get(String literal)
Returns the 'BDDTYPE' literal with the specified literal value
|
static BDDTYPE |
getByName(String name)
Returns the 'BDDTYPE' 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 BDDTYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BDDTYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BDDTYPE CONST_CODE39
CONST_CODE39_VALUEpublic static final BDDTYPE CONST_MSI
CONST_MSI_VALUEpublic static final BDDTYPE CONST_UPCCGPCA
CONST_UPCCGPCA_VALUEpublic static final BDDTYPE CONST_UPCCGPCE
CONST_UPCCGPCE_VALUEpublic static final BDDTYPE CONST_UPC2
CONST_UPC2_VALUEpublic static final BDDTYPE CONST_UPC5
CONST_UPC5_VALUEpublic static final BDDTYPE CONST_EAN8
CONST_EAN8_VALUEpublic static final BDDTYPE CONST_EAN13
CONST_EAN13_VALUEpublic static final BDDTYPE CONST_INDUSTRIAL2OF5
CONST_INDUSTRIAL2OF5_VALUEpublic static final BDDTYPE CONST_MATRIX2OF5
CONST_MATRIX2OF5_VALUEpublic static final BDDTYPE CONST_INTERLEAVED2OF5
CONST_INTERLEAVED2OF5_VALUEpublic static final BDDTYPE CONST_CODABAR2OF7
CONST_CODABAR2OF7_VALUEpublic static final BDDTYPE CONST_CODE128
CONST_CODE128_VALUEpublic static final BDDTYPE CONST_EAN_2DIGIT
CONST_EAN_2DIGIT_VALUEpublic static final BDDTYPE CONST_EAN_5DIGIT
CONST_EAN_5DIGIT_VALUEpublic static final BDDTYPE CONST_POSTNET
CONST_POSTNET_VALUEpublic static final BDDTYPE CONST_RM4SCC
CONST_RM4SCC_VALUEpublic static final BDDTYPE CONST_JAPAN_POSTAL_BAR_CODE
CONST_JAPAN_POSTAL_BAR_CODE_VALUEpublic static final BDDTYPE CONST_DATA_MATRIX
CONST_DATA_MATRIX_VALUEpublic static final BDDTYPE CONST_MAXI_CODE
CONST_MAXI_CODE_VALUEpublic static final BDDTYPE CONST_PDF417
CONST_PDF417_VALUEpublic static final BDDTYPE CONST_AUSTRALIA_POST_BAR_CODE
CONST_AUSTRALIA_POST_BAR_CODE_VALUEpublic static final BDDTYPE CONST_QR_CODE
CONST_QR_CODE_VALUEpublic static final BDDTYPE CONST_CODE93
CONST_CODE93_VALUEpublic static final BDDTYPE CONST_USPS
CONST_USPS_VALUEpublic static final int CONST_CODE39_VALUE
If the meaning of 'Const Code39' literal object isn't clear, there really should be more of a description here...
CONST_CODE39,
Constant Field Valuespublic static final int CONST_MSI_VALUE
If the meaning of 'Const MSI' literal object isn't clear, there really should be more of a description here...
CONST_MSI,
Constant Field Valuespublic static final int CONST_UPCCGPCA_VALUE
If the meaning of 'Const UPCCGPCA' literal object isn't clear, there really should be more of a description here...
CONST_UPCCGPCA,
Constant Field Valuespublic static final int CONST_UPCCGPCE_VALUE
If the meaning of 'Const UPCCGPCE' literal object isn't clear, there really should be more of a description here...
CONST_UPCCGPCE,
Constant Field Valuespublic static final int CONST_UPC2_VALUE
If the meaning of 'Const UPC2' literal object isn't clear, there really should be more of a description here...
CONST_UPC2,
Constant Field Valuespublic static final int CONST_UPC5_VALUE
If the meaning of 'Const UPC5' literal object isn't clear, there really should be more of a description here...
CONST_UPC5,
Constant Field Valuespublic static final int CONST_EAN8_VALUE
If the meaning of 'Const EAN8' literal object isn't clear, there really should be more of a description here...
CONST_EAN8,
Constant Field Valuespublic static final int CONST_EAN13_VALUE
If the meaning of 'Const EAN13' literal object isn't clear, there really should be more of a description here...
CONST_EAN13,
Constant Field Valuespublic static final int CONST_INDUSTRIAL2OF5_VALUE
If the meaning of 'Const Industrial2of5' literal object isn't clear, there really should be more of a description here...
CONST_INDUSTRIAL2OF5,
Constant Field Valuespublic static final int CONST_MATRIX2OF5_VALUE
If the meaning of 'Const Matrix2of5' literal object isn't clear, there really should be more of a description here...
CONST_MATRIX2OF5,
Constant Field Valuespublic static final int CONST_INTERLEAVED2OF5_VALUE
If the meaning of 'Const Interleaved2of5' literal object isn't clear, there really should be more of a description here...
CONST_INTERLEAVED2OF5,
Constant Field Valuespublic static final int CONST_CODABAR2OF7_VALUE
If the meaning of 'Const Codabar2of7' literal object isn't clear, there really should be more of a description here...
CONST_CODABAR2OF7,
Constant Field Valuespublic static final int CONST_CODE128_VALUE
If the meaning of 'Const Code128' literal object isn't clear, there really should be more of a description here...
CONST_CODE128,
Constant Field Valuespublic static final int CONST_EAN_2DIGIT_VALUE
If the meaning of 'Const EAN 2digit' literal object isn't clear, there really should be more of a description here...
CONST_EAN_2DIGIT,
Constant Field Valuespublic static final int CONST_EAN_5DIGIT_VALUE
If the meaning of 'Const EAN 5digit' literal object isn't clear, there really should be more of a description here...
CONST_EAN_5DIGIT,
Constant Field Valuespublic static final int CONST_POSTNET_VALUE
If the meaning of 'Const POSTNET' literal object isn't clear, there really should be more of a description here...
CONST_POSTNET,
Constant Field Valuespublic static final int CONST_RM4SCC_VALUE
If the meaning of 'Const RM4SCC' literal object isn't clear, there really should be more of a description here...
CONST_RM4SCC,
Constant Field Valuespublic static final int CONST_JAPAN_POSTAL_BAR_CODE_VALUE
If the meaning of 'Const Japan Postal Bar Code' literal object isn't clear, there really should be more of a description here...
CONST_JAPAN_POSTAL_BAR_CODE,
Constant Field Valuespublic static final int CONST_DATA_MATRIX_VALUE
If the meaning of 'Const Data Matrix' literal object isn't clear, there really should be more of a description here...
CONST_DATA_MATRIX,
Constant Field Valuespublic static final int CONST_MAXI_CODE_VALUE
If the meaning of 'Const Maxi Code' literal object isn't clear, there really should be more of a description here...
CONST_MAXI_CODE,
Constant Field Valuespublic static final int CONST_PDF417_VALUE
If the meaning of 'Const PDF417' literal object isn't clear, there really should be more of a description here...
CONST_PDF417,
Constant Field Valuespublic static final int CONST_AUSTRALIA_POST_BAR_CODE_VALUE
If the meaning of 'Const Australia Post Bar Code' literal object isn't clear, there really should be more of a description here...
public static final int CONST_QR_CODE_VALUE
If the meaning of 'Const QR Code' literal object isn't clear, there really should be more of a description here...
CONST_QR_CODE,
Constant Field Valuespublic static final int CONST_CODE93_VALUE
If the meaning of 'Const Code93' literal object isn't clear, there really should be more of a description here...
CONST_CODE93,
Constant Field Valuespublic static final int CONST_USPS_VALUE
If the meaning of 'Const USPS' literal object isn't clear, there really should be more of a description here...
CONST_USPS,
Constant Field Valuespublic static BDDTYPE[] values()
for (BDDTYPE c : BDDTYPE.values()) System.out.println(c);
public static BDDTYPE 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 BDDTYPE get(String literal)
literal - the literal.null.public static BDDTYPE getByName(String name)
name - the name.null.public static BDDTYPE 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.EnumeratorCopyright © 2017. All rights reserved.