public class UseLimitProperty extends IntProperty
Property.Operatoroperator, 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. |
compareToequals, getDefaultKey, getDefaultOperator, getKey, getOperator, getValue, hashCode, hashCodeOf, matches, toStringpublic 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