| com.metaboss.sdlctools.models.metabossmodel.ModelVersionClass
ModelVersionClass | public interface ModelVersionClass extends javax.jmi.reflect.RefClass(Code) | | ModelVersion class proxy interface.
Singleton element which contains version information of the model it is
in. May not be present if the model does not have any specific version
identifier
|
createModelVersion | public ModelVersion createModelVersion()(Code) | | The default factory operation used to create an instance object.
The created instance object. |
createModelVersion | public ModelVersion createModelVersion(java.lang.String name, java.lang.String description, java.lang.String ownerIdentifier, java.lang.String identifier)(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: Identifier - Any string contaning the version identifier. The created instance object. |
|
|