public class PropertyInteger extends PropertyHelper<java.lang.Integer>
| Modifier and Type | Field and Description | 
|---|---|
| private com.google.common.collect.ImmutableSet<java.lang.Integer> | allowedValues | 
| Modifier | Constructor and Description | 
|---|---|
| protected  | PropertyInteger(java.lang.String name,
               int min,
               int max) | 
| Modifier and Type | Method and Description | 
|---|---|
| static PropertyInteger | 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)Get the name for the given value. | 
| int | hashCode() | 
getName, getValueClass, toStringprivate final com.google.common.collect.ImmutableSet<java.lang.Integer> allowedValues
protected PropertyInteger(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_)
equals in class PropertyHelper<java.lang.Integer>public int hashCode()
hashCode in class PropertyHelper<java.lang.Integer>public static PropertyInteger create(java.lang.String name, int min, int max)
public java.lang.String getName(java.lang.Integer value)