public class ImmutableBooleanEncodedValue extends BaseBooleanEncodedValue implements ImmutableEncodedValue
| Modifier and Type | Field and Description |
|---|---|
static ImmutableBooleanEncodedValue |
FALSE_VALUE |
static ImmutableBooleanEncodedValue |
TRUE_VALUE |
protected boolean |
value |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableBooleanEncodedValue |
forBoolean(boolean value) |
boolean |
getValue()
Gets the boolean value.
|
static ImmutableBooleanEncodedValue |
of(BooleanEncodedValue booleanEncodedValue) |
compareTo, equals, getValueType, hashCodeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetValueTypepublic static final ImmutableBooleanEncodedValue TRUE_VALUE
public static final ImmutableBooleanEncodedValue FALSE_VALUE
protected final boolean value
public static ImmutableBooleanEncodedValue forBoolean(boolean value)
public static ImmutableBooleanEncodedValue of(BooleanEncodedValue booleanEncodedValue)
public boolean getValue()
BooleanEncodedValuegetValue in interface BooleanEncodedValue