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