Class ARG_MEProxyPropertyEnvironment
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2model.ARG_MEProxyPropertyEnvironment
-
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_MEProxyPropertyEnvironment extends java.lang.Object implements de.mid.innovator.srv2api.impl.MarshallAble
-
-
Field Summary
Fields Modifier and Type Field Description MEMappingPackageContentohPackageParentparent package content or nullMEProxyohProxyParentparent proxy or nulljava.util.List<MEProxyAssignment>seqProxyAssignedDependencieslist of dependenciesjava.util.List<MEProxy>seqProxySonslist of son proxiesjava.util.List<MEStereotypeAble>seqProxyTargetElementslist of connected elements
-
Constructor Summary
Constructors Constructor Description ARG_MEProxyPropertyEnvironment()ARG_MEProxyPropertyEnvironment(java.util.List<MEProxyAssignment> seqProxyAssignedDependencies, java.util.List<MEStereotypeAble> seqProxyTargetElements, java.util.List<MEProxy> seqProxySons, MEProxy ohProxyParent, MEMappingPackageContent ohPackageParent)
-
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
-
seqProxyAssignedDependencies
public java.util.List<MEProxyAssignment> seqProxyAssignedDependencies
list of dependencies
-
seqProxyTargetElements
public java.util.List<MEStereotypeAble> seqProxyTargetElements
list of connected elements
-
seqProxySons
public java.util.List<MEProxy> seqProxySons
list of son proxies
-
ohProxyParent
public MEProxy ohProxyParent
parent proxy or null
-
ohPackageParent
public MEMappingPackageContent ohPackageParent
parent package content or null
-
-
Constructor Detail
-
ARG_MEProxyPropertyEnvironment
public ARG_MEProxyPropertyEnvironment()
-
ARG_MEProxyPropertyEnvironment
public ARG_MEProxyPropertyEnvironment(java.util.List<MEProxyAssignment> seqProxyAssignedDependencies, java.util.List<MEStereotypeAble> seqProxyTargetElements, java.util.List<MEProxy> seqProxySons, MEProxy ohProxyParent, MEMappingPackageContent ohPackageParent)
-
-
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
-
-