com.ibm.jarm.api.core

Class RMFactory.RMChoiceList

  • java.lang.Object
    • com.ibm.jarm.api.core.RMFactory.RMChoiceList
  • Enclosing class:
    RMFactory


    public static class RMFactory.RMChoiceList
    extends java.lang.Object
    Factory for RMChoiceList instances.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      static RMChoiceList fetchInstance(Repository repository, java.lang.String choiceListId)
      Retrieves a RMChoiceList instance from a repository.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • fetchInstance

        public static RMChoiceList fetchInstance(Repository repository,
                                 java.lang.String choiceListId)
        Retrieves a RMChoiceList instance from a repository.
        Parameters:
        repository - the Repository to retrieve from. This entry cannot be null.
        choiceListId - an ID String of the desired choice list. This entry cannot be null.
        Returns:
        A RMChoiceList instance.

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