com.ibm.jarm.api.meta

Interface RMChoiceList

    • Method Detail

      • getChoiceListValues

        java.util.List<RMChoiceItem> getChoiceListValues()
        Returns the collection of top level RMChoiceItem instances contained by this choice list.
        Returns:
        A List<RMChoiceItem>} instance.
      • getDescriptiveText

        java.lang.String getDescriptiveText()
        Returns any descriptive text for this choice list.
        Returns:
        A String value. This entry can be null.
      • getDisplayName

        java.lang.String getDisplayName()
        Returns a displayable label for this choice list.
        Returns:
        A String value.
      • hasHierarchy

        boolean hasHierarchy()
        Indicates whether or not a choice list has a hierarchical structure or is simply a flat list of choice items.
        Returns:
        true if it is a hierarchical structure, false otherwise.
      • getId

        java.lang.String getId()
        Returns the repository unique identifier for this RMChoiceList.
        Returns:
        A String value.
      • getName

        java.lang.String getName()
        Returns a name String for this RMChoiceList.
        Specified by:
        getName in interface BaseEntity
        Returns:
        A String value.

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