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