Property.Value<T extends Comparable<T>>
Modifier and Type | Field and Description |
---|---|
private ImmutableSet<Boolean> |
values |
Modifier | Constructor and Description |
---|---|
protected |
BooleanProperty(String name) |
Modifier and Type | Method and Description |
---|---|
int |
computeHashCode() |
boolean |
equals(Object object) |
Collection<Boolean> |
getValues()
Returns all possible values the property can take.
|
String |
name(Boolean bool) |
static BooleanProperty |
of(String name) |
Optional<Boolean> |
parse(String name) |
createValue, createValue, getName, getType, getValueCodec, hashCode, stream, toString
private final ImmutableSet<Boolean> values
protected BooleanProperty(String name)
public Collection<Boolean> getValues()
public static BooleanProperty of(String name)
public int computeHashCode()
computeHashCode
in class Property<Boolean>