public static enum Triplet.MODCAInterchangeSet.MODCAInterchangeSet_Type extends java.lang.Enum<Triplet.MODCAInterchangeSet.MODCAInterchangeSet_Type>
| Enum Constant and Description |
|---|
Presentation |
| Modifier and Type | Method and Description |
|---|---|
int |
toByte() |
static Triplet.MODCAInterchangeSet.MODCAInterchangeSet_Type |
valueOf(byte typeCode) |
static Triplet.MODCAInterchangeSet.MODCAInterchangeSet_Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Triplet.MODCAInterchangeSet.MODCAInterchangeSet_Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Triplet.MODCAInterchangeSet.MODCAInterchangeSet_Type Presentation
public static Triplet.MODCAInterchangeSet.MODCAInterchangeSet_Type[] values()
for (Triplet.MODCAInterchangeSet.MODCAInterchangeSet_Type c : Triplet.MODCAInterchangeSet.MODCAInterchangeSet_Type.values()) System.out.println(c);
public static Triplet.MODCAInterchangeSet.MODCAInterchangeSet_Type valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static Triplet.MODCAInterchangeSet.MODCAInterchangeSet_Type valueOf(byte typeCode) throws AFPParserException
AFPParserExceptionpublic int toByte()