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