com.ibm.jarm.api.core

Class RMFactory.RMProperties

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


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

      Methods 
      Modifier and Type Method and Description
      static RMProperties createInstance(DomainType domainType)
      Returns a new, empty RMProperties collection.
      • Methods inherited from class java.lang.Object

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

      • createInstance

        public static RMProperties createInstance(DomainType domainType)
        Returns a new, empty RMProperties collection. Such a collection is typically needed when defining the properties for an entity that is to be newly created.
        Parameters:
        domainType - the DomainType with which some contained entity will eventually be associated, including the new properties collection. This entry cannot be null.
        Returns:
        A new RMProperties instance.

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