public class UseLimitProperty extends IntProperty
Property.Operator
operator, value
Constructor and Description |
---|
UseLimitProperty(int value)
Creates a new
UseLimitProperty . |
UseLimitProperty(int value,
Property.Operator operator)
Creates a new
UseLimitProperty . |
UseLimitProperty(Object value,
Property.Operator operator)
Creates a new
UseLimitProperty . |
compareTo
equals, getDefaultKey, getDefaultOperator, getKey, getOperator, getValue, hashCode, hashCodeOf, matches, toString
public UseLimitProperty(int value)
UseLimitProperty
.value
- The maximum use limitpublic UseLimitProperty(int value, Property.Operator operator)
UseLimitProperty
.value
- The maximum use limitoperator
- The operator to use to compare to other propertiespublic UseLimitProperty(Object value, Property.Operator operator)
UseLimitProperty
.value
- The maximum use limitoperator
- The operator to use to compare to other properties