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