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