Modifier and Type | Method and Description |
---|---|
boolean |
v() |
static Bool3 |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Bool3[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Bool3 TRUE
public static final Bool3 FALSE
public static final Bool3 NA
public static Bool3[] values()
for (Bool3 c : Bool3.values()) System.out.println(c);
public static Bool3 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 boolean v()