public enum AFPObjectType extends java.lang.Enum<AFPObjectType>
| Enum Constant and Description |
|---|
BarCode |
GraphicsGOCA |
Image |
OtherObjectData |
Overlay |
PageSegment |
| Modifier and Type | Method and Description |
|---|---|
int |
toByte() |
static AFPObjectType |
valueOf(short code) |
static AFPObjectType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AFPObjectType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AFPObjectType PageSegment
public static final AFPObjectType OtherObjectData
public static final AFPObjectType GraphicsGOCA
public static final AFPObjectType BarCode
public static final AFPObjectType Overlay
public static final AFPObjectType Image
public static AFPObjectType[] values()
for (AFPObjectType c : AFPObjectType.values()) System.out.println(c);
public static AFPObjectType 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 AFPObjectType valueOf(short code)
public int toByte()