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