com.ibm.jarm.api.meta

Interface RMPropertyDescriptionDouble

    • Method Detail

      • getDoubleDefaultValue

        java.lang.Double getDoubleDefaultValue()
        Indicates the default value, if any, for a DataType.Double property that is based on this property description.
        Returns:
        A Double value, or null if no default is defined.
      • getDoubleMaximumValue

        java.lang.Double getDoubleMaximumValue()
        Indicates the maximum allowed value, if any, for a DataType.Double property that is based on this property description.
        Returns:
        A Double value, or null if no maximum value is defined.
      • getDoubleMinimumValue

        java.lang.Double getDoubleMinimumValue()
        Indicates the minimum allowed value, if any, for a DataType.Double property that is based on this property description.
        Returns:
        A Double value, or null if no minimum value is defined.
      • getDoubleSelectionsList

        java.util.List<java.lang.Double> getDoubleSelectionsList()
        Specifies a collection of Double instances that can be assigned to the value of a property that is based on this property description.
        Returns:
        A List<Double> collection, or null if no selection list is defined.

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