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