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