| com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemimplementationmodel.EntityClass
EntityClass | public interface EntityClass extends javax.jmi.reflect.RefClass(Code) | | Entity class proxy interface.
|
Method Summary | |
public Entity | createEntity() The default factory operation used to create an instance object. | public Entity | createEntity(java.lang.String name, java.lang.String description, java.lang.String ownerIdentifier, com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemimplementationmodel.EntityStereotype stereotype, boolean isAbstract, boolean isFinal, java.lang.String pluralName, java.lang.String instanceIdAttributeNameOverride, java.lang.String versionIdAttributeNameOverride, java.lang.String stateAttributeNameOverride) 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. | public com.metaboss.sdlctools.models.metabossmodel.ModelElement | findByRef(java.lang.String pRef) | public com.metaboss.sdlctools.models.metabossmodel.ModelElement | getByRef(java.lang.String pRef) |
createEntity | public Entity createEntity()(Code) | | The default factory operation used to create an instance object.
The created instance object. |
createEntity | public Entity createEntity(java.lang.String name, java.lang.String description, java.lang.String ownerIdentifier, com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemimplementationmodel.EntityStereotype stereotype, boolean isAbstract, boolean isFinal, java.lang.String pluralName, java.lang.String instanceIdAttributeNameOverride, java.lang.String versionIdAttributeNameOverride, java.lang.String stateAttributeNameOverride)(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: stereotype - Parameters: isAbstract - Parameters: isFinal - Parameters: pluralName - Parameters: instanceIdAttributeNameOverride - The customised name of the InstanceId attribute for this entity. Should only be set in rare cases when name 'InstanceId' is needed to name another attribute Parameters: versionIdAttributeNameOverride - The customised name of the VersionId attribute for this entity. Should only be set in rare cases when name 'VersionId' is needed to name another attribute Parameters: stateAttributeNameOverride - The customised name of the State attribute for this entity. Should only be set in rare cases when name 'State' is needed to name another attribute The created instance object. |
|
|