USADriveIdEyeColor
Inheritance: java.lang.Object, java.lang.Enum
public enum USADriveIdEyeColor extends Enum<USADriveIdEyeColor>
Enum for Eye Color in the US Driver’s License
Fields
| Field | Description |
|---|---|
| BLACK | BLK - Black or very dark brown. |
| BLUE | BLU - Blue color. |
| BROWN | BRO - Brown, including amber. |
| GRAY | GRY - Gray color. |
| GREEN | GRN - Green color. |
| HAZEL | HAZ - Hazel, a mixture of colors, most commonly green and brown. |
| MAROON | MAR - Maroon color. |
| MULTI_COLOR | DIC - Dichromatic or multicolor, of one or both eyes. |
| NO_INFO | Not filled - equal to NONE |
| PINK | PNK - Pink or albino |
| UNKNOWN | UNK - Unknown / Other |
Methods
BLACK
public static final USADriveIdEyeColor BLACK
BLK - Black or very dark brown.
BLUE
public static final USADriveIdEyeColor BLUE
BLU - Blue color.
BROWN
public static final USADriveIdEyeColor BROWN
BRO - Brown, including amber.
GRAY
public static final USADriveIdEyeColor GRAY
GRY - Gray color.
GREEN
public static final USADriveIdEyeColor GREEN
GRN - Green color.
HAZEL
public static final USADriveIdEyeColor HAZEL
HAZ - Hazel, a mixture of colors, most commonly green and brown.
MAROON
public static final USADriveIdEyeColor MAROON
MAR - Maroon color.
MULTI_COLOR
public static final USADriveIdEyeColor MULTI_COLOR
DIC - Dichromatic or multicolor, of one or both eyes.
NO_INFO
public static final USADriveIdEyeColor NO_INFO
Not filled - equal to NONE
PINK
public static final USADriveIdEyeColor PINK
PNK - Pink or albino
UNKNOWN
public static final USADriveIdEyeColor UNKNOWN
UNK - Unknown / Other
valueOf(Class arg0, String arg1)
public static T <T>valueOf(Class<T> arg0, String arg1)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.lang.Class | |
| arg1 | java.lang.String |
Returns: T
compareTo(E arg0)
public final int compareTo(E arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | E |
Returns: int
describeConstable()
public final Optional<Enum.EnumDesc<E>> describeConstable()
Returns:
java.util.Optional<java.lang.Enum.EnumDesc
equals(Object arg0)
public final boolean equals(Object arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getDeclaringClass()
public final Class<E> getDeclaringClass()
Returns:
java.lang.Class
getValue()
public int getValue()
Returns: int
hashCode()
public final int hashCode()
Returns: int
name()
public final String name()
Returns: java.lang.String
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
ordinal()
public final int ordinal()
Returns: int
toString()
public String toString()
Returns: java.lang.String
valueOf(String name)
public static USADriveIdEyeColor valueOf(String name)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| name | java.lang.String |
Returns: USADriveIdEyeColor
values()
public static USADriveIdEyeColor[] values()
Returns: com.aspose.barcode.complexbarcode.USADriveIdEyeColor[]
wait()
public final void wait()
wait(long arg0)
public final void wait(long arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long | |
| arg1 | int |