public class IntegerProperty extends AbstractScalarProperty
multiValueDelimiteremptyPropertySet| Constructor and Description |
|---|
IntegerProperty(java.lang.String theName,
java.lang.String theDescription,
int[] theDefaults,
float theUIOrder,
int maxCount)
Constructor for IntegerProperty.
|
IntegerProperty(java.lang.String theName,
java.lang.String theDescription,
java.lang.Integer[] theDefaults,
float theUIOrder,
int maxCount)
Constructor for IntegerProperty.
|
IntegerProperty(java.lang.String theName,
java.lang.String theDescription,
int theDefault,
float theUIOrder)
Constructor for IntegerProperty.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object[] |
arrayFor(int size)
Method arrayFor.
|
protected java.lang.Object |
createFrom(java.lang.String value)
Method createFrom.
|
java.lang.Class<java.lang.Integer> |
type()
Method type.
|
valueFromareEqual, asDelimitedString, asString, choices, compareTo, defaultValue, description, errorFor, isArray, isRequired, maxValueCount, maxValueCount, multiValueDelimiter, multiValueDelimiter, name, preferredRowCount, propertyErrorFor, typeErrorFor, uiOrder, valueErrorForpublic IntegerProperty(java.lang.String theName,
java.lang.String theDescription,
int theDefault,
float theUIOrder)
theName - StringtheDescription - StringtheDefault - inttheUIOrder - floatpublic IntegerProperty(java.lang.String theName,
java.lang.String theDescription,
int[] theDefaults,
float theUIOrder,
int maxCount)
theName - StringtheDescription - StringtheDefaults - int[]theUIOrder - floatmaxCount - intpublic IntegerProperty(java.lang.String theName,
java.lang.String theDescription,
java.lang.Integer[] theDefaults,
float theUIOrder,
int maxCount)
theName - StringtheDescription - StringtheDefaults - Integer[]theUIOrder - floatmaxCount - intpublic java.lang.Class<java.lang.Integer> type()
PropertyDescriptor.type()protected java.lang.Object createFrom(java.lang.String value)
createFrom in class AbstractScalarPropertyvalue - Stringprotected java.lang.Object[] arrayFor(int size)
arrayFor in class AbstractScalarPropertysize - int