public static enum Triplet.ObjectOriginIdentifier.AFPSystem extends java.lang.Enum<Triplet.ObjectOriginIdentifier.AFPSystem>
| Modifier and Type | Method and Description |
|---|---|
int |
toByte() |
static Triplet.ObjectOriginIdentifier.AFPSystem |
valueOf(byte codeByte) |
static Triplet.ObjectOriginIdentifier.AFPSystem |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Triplet.ObjectOriginIdentifier.AFPSystem[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Triplet.ObjectOriginIdentifier.AFPSystem MVS
public static final Triplet.ObjectOriginIdentifier.AFPSystem VM
public static final Triplet.ObjectOriginIdentifier.AFPSystem PC_DOS
public static final Triplet.ObjectOriginIdentifier.AFPSystem VSE
public static Triplet.ObjectOriginIdentifier.AFPSystem[] values()
for (Triplet.ObjectOriginIdentifier.AFPSystem c : Triplet.ObjectOriginIdentifier.AFPSystem.values()) System.out.println(c);
public static Triplet.ObjectOriginIdentifier.AFPSystem 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.ObjectOriginIdentifier.AFPSystem valueOf(byte codeByte) throws AFPParserException
AFPParserExceptionpublic int toByte()