public static enum Logic._N extends Enum<Logic._N>
| Modifier and Type | Method and Description |
|---|---|
static Logic._N |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Logic._N[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Logic._N TRUE
public static final Logic._N FALSE
public static final Logic._N YES
public static final Logic._N NO
public static final Logic._N SET
public static final Logic._N CLEAR
public static Logic._N[] values()
for (Logic._N c : Logic._N.values()) System.out.println(c);
public static Logic._N valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2017. All rights reserved.