public static enum PriestWorld.TruthValue extends Enum<PriestWorld.TruthValue>
| Modifier and Type | Method and Description |
|---|---|
PriestWorld.TruthValue |
and(PriestWorld.TruthValue v) |
boolean |
getClassical() |
PriestWorld.TruthValue |
neg() |
PriestWorld.TruthValue |
or(PriestWorld.TruthValue v) |
String |
toString() |
static PriestWorld.TruthValue |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PriestWorld.TruthValue[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PriestWorld.TruthValue TRUE
public static final PriestWorld.TruthValue FALSE
public static final PriestWorld.TruthValue BOTH
public static PriestWorld.TruthValue[] values()
for (PriestWorld.TruthValue c : PriestWorld.TruthValue.values()) System.out.println(c);
public static PriestWorld.TruthValue 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 nullpublic PriestWorld.TruthValue neg()
public boolean getClassical()
public PriestWorld.TruthValue and(PriestWorld.TruthValue v)
public PriestWorld.TruthValue or(PriestWorld.TruthValue v)
public String toString()
toString in class Enum<PriestWorld.TruthValue>Copyright © 2018. All rights reserved.