public static class RMFactory.RMProperties
extends java.lang.Object
RMProperties
collection instances.Modifier and Type | Method and Description |
---|---|
static RMProperties |
createInstance(DomainType domainType)
Returns a new, empty
RMProperties collection. |
public static RMProperties createInstance(DomainType domainType)
RMProperties
collection.
Such a collection is typically needed when defining the properties for an entity
that is to be newly created.domainType
- the DomainType
with which
some contained entity will eventually be associated, including
the new properties collection.
This entry cannot be null
.RMProperties
instance.© Copyright IBM Corp. 2010, 2013. All Rights Reserved.