com.ibm.jarm.api.meta

Interface RMPropertyDescriptionDateTime

    • Method Detail

      • getDateTimeDefaultValue

        java.util.Date getDateTimeDefaultValue()
        Indicates the default value, if any, for a DataType.DateTime property that is based on this property description.
        Returns:
        A Date value, or null if no default is defined.
      • getDateTimeMaximumValue

        java.util.Date getDateTimeMaximumValue()
        Indicates the maximum allowed value, if any, for a DataType.DateTime property that is based on this property description.
        Returns:
        A Date value, or null if no maximum value is defined.
      • getDateTimeMinimumValue

        java.util.Date getDateTimeMinimumValue()
        Indicates the minimum allowed value, if any, for a DataType.DateTime property that is based on this property description.
        Returns:
        A Date value, or null if no minimum value is defined.
      • getDateTimeSelectionsList

        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.
        Returns:
        A List<Date> collection or null if no selection list is defined.

© Copyright IBM Corp. 2010, 2013. All Rights Reserved.