com.ibm.jarm.api.meta

Interface RMPropertyDescriptionBoolean

    • Method Detail

      • getBooleanDefaultValue

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

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

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