public interface RMPropertyDescriptionInteger extends RMPropertyDescription
DataType.Integer
isRMSystemProperty
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getIntegerDefaultValue()
Indicates the default value, if any, for a
DataType.Integer property that is
based on this property description. |
java.lang.Integer |
getIntegerMaximumValue()
Indicates the maximum allowed value, if any, for a
DataType.Integer property that is
based on this property description. |
java.lang.Integer |
getIntegerMinimumValue()
Indicates the minimum allowed value, if any, for a
DataType.Integer property that is based
on this property description. |
java.util.List<java.lang.Integer> |
getIntegerSelectionsList()
Specifies a collection of
Integer 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.Integer getIntegerDefaultValue()
DataType.Integer
property that is
based on this property description.Integer
value, or null
if no default is defined.java.lang.Integer getIntegerMaximumValue()
DataType.Integer
property that is
based on this property description.Integer
value, or null
if no maximum value is defined.java.lang.Integer getIntegerMinimumValue()
DataType.Integer
property that is based
on this property description.Integer
value, or null
if no minimum value is defined.java.util.List<java.lang.Integer> getIntegerSelectionsList()
Integer
instances that can be assigned to the
value of a property that is based on this property description.List<Integer>
collection, or null
if no selection list is defined.© Copyright IBM Corp. 2010, 2013. All Rights Reserved.