public static enum Triplet.ParameterValue.ParameterSyntax extends java.lang.Enum<Triplet.ParameterValue.ParameterSyntax>
| Enum Constant and Description |
|---|
BitString |
CharacterString |
DefinedConstant |
Name |
SignedNumber |
Undefined |
UnsignedNumber |
| Modifier and Type | Method and Description |
|---|---|
int |
toByte() |
static Triplet.ParameterValue.ParameterSyntax |
valueOf(byte codeByte) |
static Triplet.ParameterValue.ParameterSyntax |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Triplet.ParameterValue.ParameterSyntax[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Triplet.ParameterValue.ParameterSyntax Undefined
public static final Triplet.ParameterValue.ParameterSyntax UnsignedNumber
public static final Triplet.ParameterValue.ParameterSyntax SignedNumber
public static final Triplet.ParameterValue.ParameterSyntax BitString
public static final Triplet.ParameterValue.ParameterSyntax DefinedConstant
public static final Triplet.ParameterValue.ParameterSyntax CharacterString
public static final Triplet.ParameterValue.ParameterSyntax Name
public static Triplet.ParameterValue.ParameterSyntax[] values()
for (Triplet.ParameterValue.ParameterSyntax c : Triplet.ParameterValue.ParameterSyntax.values()) System.out.println(c);
public static Triplet.ParameterValue.ParameterSyntax 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.ParameterValue.ParameterSyntax valueOf(byte codeByte) throws AFPParserException
AFPParserExceptionpublic int toByte()