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