public final class FuzzyBoolean
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static FuzzyBoolean |
MAYBE |
static FuzzyBoolean |
NO |
static FuzzyBoolean |
YES |
Modifier and Type | Method and Description |
---|---|
static FuzzyBoolean |
fromBoolean(boolean b) |
java.lang.String |
toString() |
public static final FuzzyBoolean YES
public static final FuzzyBoolean NO
public static final FuzzyBoolean MAYBE
public static final FuzzyBoolean fromBoolean(boolean b)
public java.lang.String toString()
toString
in class java.lang.Object