public interface RMPropertyDescriptionDouble extends RMPropertyDescription
DataType.Double
isRMSystemProperty
Modifier and Type | Method and Description |
---|---|
java.lang.Double |
getDoubleDefaultValue()
Indicates the default value, if any, for a
DataType.Double property that is based
on this property description. |
java.lang.Double |
getDoubleMaximumValue()
Indicates the maximum allowed value, if any, for a
DataType.Double property that is based
on this property description. |
java.lang.Double |
getDoubleMinimumValue()
Indicates the minimum allowed value, if any, for a
DataType.Double property that is based
on this property description. |
java.util.List<java.lang.Double> |
getDoubleSelectionsList()
Specifies a collection of
Double instances that can be assigned to the
value of a property that is based on this property description. |
getCardinality, getChoiceList, getDataType, getDescriptiveText, getDisplayName, getId, getName, getSettability, getSymbolicName, isForClassified, isForDeclare, isHidden, isOrderable, isReadOnly, isRMSystemProperty, isSearchable, isSelectable, isSystemGenerated, isSystemOwned, isValueRequired, requiresUniqueElements
java.lang.Double getDoubleDefaultValue()
DataType.Double
property that is based
on this property description.Double
value, or null
if no default is defined.java.lang.Double getDoubleMaximumValue()
DataType.Double
property that is based
on this property description.Double
value, or null
if no maximum value is defined.java.lang.Double getDoubleMinimumValue()
DataType.Double
property that is based
on this property description.Double
value, or null
if no minimum value is defined.java.util.List<java.lang.Double> getDoubleSelectionsList()
Double
instances that can be assigned to the
value of a property that is based on this property description.List<Double>
collection, or null
if no selection list is defined.© Copyright IBM Corp. 2010, 2013. All Rights Reserved.