Class ARG_MEDependencyAssignmentInfoInput
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2model.ARG_MEDependencyAssignmentInfoInput
-
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_MEDependencyAssignmentInfoInput extends java.lang.Object implements de.mid.innovator.srv2api.impl.MarshallAble
-
-
Field Summary
Fields Modifier and Type Field Description MMStereotypeohDepStereotypeStereotype of Dependency, optionalELContainerAbleohTransitiveParenttransitive parent element of calculated element, optionaljava.util.List<ELElement>seqSourceSource elementsjava.util.List<ELElement>seqTargetTarget elements
-
Constructor Summary
Constructors Constructor Description ARG_MEDependencyAssignmentInfoInput()ARG_MEDependencyAssignmentInfoInput(java.util.List<ELElement> seqSource, java.util.List<ELElement> seqTarget, MMStereotype ohDepStereotype, ELContainerAble ohTransitiveParent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidmarshal(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 Detail
-
seqSource
public java.util.List<ELElement> seqSource
Source elements
-
seqTarget
public java.util.List<ELElement> seqTarget
Target elements
-
ohDepStereotype
public MMStereotype ohDepStereotype
Stereotype of Dependency, optional
-
ohTransitiveParent
public ELContainerAble ohTransitiveParent
transitive parent element of calculated element, optional
-
-
Constructor Detail
-
ARG_MEDependencyAssignmentInfoInput
public ARG_MEDependencyAssignmentInfoInput()
-
ARG_MEDependencyAssignmentInfoInput
public ARG_MEDependencyAssignmentInfoInput(java.util.List<ELElement> seqSource, java.util.List<ELElement> seqTarget, MMStereotype ohDepStereotype, ELContainerAble ohTransitiveParent)
-
-
Method Detail
-
marshal
public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
- Specified by:
marshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)- 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
-
-