public static enum FreeLineOcr.FreeLineFontType extends java.lang.Enum<FreeLineOcr.FreeLineFontType>
Modifier and Type | Method and Description |
---|---|
int |
getId() |
static FreeLineOcr.FreeLineFontType |
valueOf(int id) |
static FreeLineOcr.FreeLineFontType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FreeLineOcr.FreeLineFontType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FreeLineOcr.FreeLineFontType OCR_B
public static final FreeLineOcr.FreeLineFontType OCR_A
public static final FreeLineOcr.FreeLineFontType MICR_E13B
public static FreeLineOcr.FreeLineFontType[] values()
for (FreeLineOcr.FreeLineFontType c : FreeLineOcr.FreeLineFontType.values()) System.out.println(c);
public static FreeLineOcr.FreeLineFontType 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 FreeLineOcr.FreeLineFontType valueOf(int id)
public int getId()