com.ibm.jarm.api.meta

Interface RMPropertyDescriptionInteger

    • Method Detail

      • getIntegerDefaultValue

        java.lang.Integer getIntegerDefaultValue()
        Indicates the default value, if any, for a DataType.Integer property that is based on this property description.
        Returns:
        An Integer value, or null if no default is defined.
      • getIntegerMaximumValue

        java.lang.Integer getIntegerMaximumValue()
        Indicates the maximum allowed value, if any, for a DataType.Integer property that is based on this property description.
        Returns:
        An Integer value, or null if no maximum value is defined.
      • getIntegerMinimumValue

        java.lang.Integer getIntegerMinimumValue()
        Indicates the minimum allowed value, if any, for a DataType.Integer property that is based on this property description.
        Returns:
        An Integer value, or null if no minimum value is defined.
      • getIntegerSelectionsList

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

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