Class ARG_MEStubPackageInnovator
java.lang.Object
de.mid.innovator.srv2api.icw2model.ARG_MEStubPackageInnovator
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_MEStubPackageInnovator
extends Object
implements de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionSpecifies the kind of assignment to the container.intUsed to define an order for elements owned by this element's container.Color of this model element.This element's string value.booleanIf true, this element was created by a mapping process, seeMEMappingDependency.booleanTrue, if the package can only be modified by users with the configuration privilege.booleanisTrue, if this element is a requirement.Represents the model's name.Type of the Innovator model represented by the stub package.The name of this element.Kind of the name of this element.Returns the owner of this element.The stereotype of this element.Repository of the Innovotor model represented by the stub package.intsecurity levelDetermines the visibility of the named element within different namespaces within the overall model. -
Constructor Summary
ConstructorsConstructorDescriptionARG_MEStubPackageInnovator(String elementColor, ELContainerAble ohOwner, int contSortOrder, K_CONTASGN asgnKind, MMStereotype ohStereotype, boolean isRequirementElement, boolean isMapped, String name, K_NAME nameKind, String historyValue, K_VISIBILITY visibility, int securityLevel, boolean isProtected, String modelName, String repositoryName, K_ADMODEL modelType) -
Method Summary
Modifier and TypeMethodDescriptionvoidmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) voidresolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) voidunmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
-
Field Details
-
elementColor
Color of this model element. -
ohOwner
Returns the owner of this element. -
contSortOrder
public int contSortOrderUsed to define an order for elements owned by this element's container. It is possible that this attribute's value is not unique in the container as some elements do not require ordering ; it is also possible for a container's owned elements to be partitioned by different orderings. -
asgnKind
Specifies the kind of assignment to the container. -
ohStereotype
The stereotype of this element. -
isRequirementElement
public boolean isRequirementElementisTrue, if this element is a requirement. -
isMapped
public boolean isMappedIf true, this element was created by a mapping process, seeMEMappingDependency. -
name
The name of this element. -
nameKind
Kind of the name of this element. -
historyValue
This element's string value. -
visibility
Determines the visibility of the named element within different namespaces within the overall model. -
securityLevel
public int securityLevelsecurity level -
isProtected
public boolean isProtectedTrue, if the package can only be modified by users with the configuration privilege. -
modelName
Represents the model's name. -
repositoryName
Repository of the Innovotor model represented by the stub package. If value is empty, same repository is referenced. -
modelType
Type of the Innovator model represented by the stub package.
-
-
Constructor Details
-
ARG_MEStubPackageInnovator
public ARG_MEStubPackageInnovator() -
ARG_MEStubPackageInnovator
public ARG_MEStubPackageInnovator(String elementColor, ELContainerAble ohOwner, int contSortOrder, K_CONTASGN asgnKind, MMStereotype ohStereotype, boolean isRequirementElement, boolean isMapped, String name, K_NAME nameKind, String historyValue, K_VISIBILITY visibility, int securityLevel, boolean isProtected, String modelName, String repositoryName, K_ADMODEL modelType)
-
-
Method Details
-
marshal
public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) - Specified by:
marshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
- Specified by:
unmarshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
resolveReferences
public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) - Specified by:
resolveReferencesin interfacede.mid.innovator.srv2api.impl.MarshallAble
-