com.ibm.jarm.api.meta

Interface RMChoiceItem

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.Integer getChoiceIntegerValue()
      The value of the choice item for an integer-type choice list.
      ChoiceItemType getChoiceItemType()
      Returns the enumerated ChoiceItemType value describing this particular choice item.
      java.lang.String getChoiceStringValue()
      The value of the choice item for a string-type choice list.
      java.lang.String getDisplayName()
      Returns the localized label for this choice item based upon the current thread's locale setting.
      java.util.Map<java.lang.String,java.lang.String> getDisplayNames()
      Returns a Map of localized labels for this choice item keyed by locale name.
      java.util.List<RMChoiceItem> getGroupChoiceItems()
      Returns the collection of nested RMChoiceItems for a group-node choice item.
      java.lang.String getId()
      Returns the repository unique identifier for this choice item.
      java.lang.String getName()
      Returns a label String for this choice item.
    • Method Detail

      • getChoiceIntegerValue

        java.lang.Integer getChoiceIntegerValue()
        The value of the choice item for an integer-type choice list.
        Returns:
        An Integer, or null if not an integer-type choice item.
      • getChoiceStringValue

        java.lang.String getChoiceStringValue()
        The value of the choice item for a string-type choice list.
        Returns:
        A String, or null if not a string-type choice item.
      • getGroupChoiceItems

        java.util.List<RMChoiceItem> getGroupChoiceItems()
        Returns the collection of nested RMChoiceItems for a group-node choice item.
        Returns:
        A List<RMChoiceItem> collection.
      • getDisplayName

        java.lang.String getDisplayName()
        Returns the localized label for this choice item based upon the current thread's locale setting.
        Returns:
        A String value.
      • getDisplayNames

        java.util.Map<java.lang.String,java.lang.String> getDisplayNames()
        Returns a Map of localized labels for this choice item keyed by locale name.
        Returns:
        a Map<String, String>
      • getId

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

        java.lang.String getName()
        Returns a label String for this choice item.
        Returns:
        A String value.

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