Modifier and Type | Field and Description |
---|---|
private com.google.common.collect.ImmutableSet<java.lang.Integer> |
allowedValues |
Modifier | Constructor and Description |
---|---|
protected |
IntegerProperty(java.lang.String name,
int min,
int max) |
Modifier and Type | Method and Description |
---|---|
int |
computeHashCode() |
static IntegerProperty |
create(java.lang.String name,
int min,
int max) |
boolean |
equals(java.lang.Object p_equals_1_) |
java.util.Collection<java.lang.Integer> |
getAllowedValues() |
java.lang.String |
getName(java.lang.Integer value) |
java.util.Optional<java.lang.Integer> |
parseValue(java.lang.String value) |
getName, getValueClass, hashCode, toString
private final com.google.common.collect.ImmutableSet<java.lang.Integer> allowedValues
protected IntegerProperty(java.lang.String name, int min, int max)
public java.util.Collection<java.lang.Integer> getAllowedValues()
public boolean equals(java.lang.Object p_equals_1_)
public int computeHashCode()
computeHashCode
in class Property<java.lang.Integer>
public static IntegerProperty create(java.lang.String name, int min, int max)
public java.util.Optional<java.lang.Integer> parseValue(java.lang.String value)
public java.lang.String getName(java.lang.Integer value)