| com.metaboss.sdlctools.models.metabossmodel.designlibrarymodel.IncludedEnterpriseReferenceClass
IncludedEnterpriseReferenceClass | public interface IncludedEnterpriseReferenceClass extends javax.jmi.reflect.RefClass(Code) | | IncludedEnterpriseReference class proxy interface.
|
createIncludedEnterpriseReference | public IncludedEnterpriseReference createIncludedEnterpriseReference()(Code) | | The default factory operation used to create an instance object.
The created instance object. |
createIncludedEnterpriseReference | public IncludedEnterpriseReference createIncludedEnterpriseReference(java.lang.String name, java.lang.String description, java.lang.String ownerIdentifier, java.lang.String modelArchiveUrl)(Code) | | Creates an instance object having attributes initialized by the passed
values.
Parameters: Name - Parameters: Description - Parameters: OwnerIdentifier - Optional identifier of the party who is responsible for the creation,deletion and validity of this model element. At the moment used to resolve conflicts between automatic model assistants. At the moment always empty for the objects created by humans. Parameters: modelArchiveURL - The location of the archive of the model referenced from this one The created instance object. |
|
|