public class DoubleProperty extends AbstractScalarProperty
multiValueDelimiteremptyPropertySet| Constructor and Description |
|---|
DoubleProperty(java.lang.String theName,
java.lang.String theDescription,
double[] defaultValues,
float theUIOrder,
int theMaxValues)
Constructor for DoubleProperty.
|
DoubleProperty(java.lang.String theName,
java.lang.String theDescription,
java.lang.Double[] defaultValues,
float theUIOrder,
int theMaxValues)
Constructor for DoubleProperty.
|
DoubleProperty(java.lang.String theName,
java.lang.String theDescription,
double theDefault,
float theUIOrder)
Constructor for DoubleProperty.
|
| 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.Double> |
type()
Method type.
|
valueFromareEqual, asDelimitedString, asString, choices, compareTo, defaultValue, description, errorFor, isArray, isRequired, maxValueCount, maxValueCount, multiValueDelimiter, multiValueDelimiter, name, preferredRowCount, propertyErrorFor, typeErrorFor, uiOrder, valueErrorForpublic DoubleProperty(java.lang.String theName,
java.lang.String theDescription,
double theDefault,
float theUIOrder)
theName - StringtheDescription - StringtheDefault - doubletheUIOrder - floatpublic DoubleProperty(java.lang.String theName,
java.lang.String theDescription,
double[] defaultValues,
float theUIOrder,
int theMaxValues)
theName - StringtheDescription - StringdefaultValues - boolean[]theUIOrder - floattheMaxValues - intpublic DoubleProperty(java.lang.String theName,
java.lang.String theDescription,
java.lang.Double[] defaultValues,
float theUIOrder,
int theMaxValues)
theName - StringtheDescription - StringdefaultValues - Double[]theUIOrder - floattheMaxValues - intpublic java.lang.Class<java.lang.Double> 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