de.mid.innovator.srv2api.icw2model
Class ARG_MEProxyPropertyEnvironment

java.lang.Object
  extended by de.mid.innovator.srv2api.icw2model.ARG_MEProxyPropertyEnvironment
All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble

public class ARG_MEProxyPropertyEnvironment
extends Object
implements de.mid.innovator.srv2api.impl.MarshallAble


Field Summary
 MEMappingPackageContent ohPackageParent
          parent package content or null
 MEProxy ohProxyParent
          parent proxy or null
 List<MEProxyAssignment> seqProxyAssignedDependencies
          list of dependencies
 List<MEProxy> seqProxySons
          list of son proxies
 List<MEStereotypeAble> seqProxyTargetElements
          list of connected elements
 
Constructor Summary
ARG_MEProxyPropertyEnvironment()
           
ARG_MEProxyPropertyEnvironment(List<MEProxyAssignment> seqProxyAssignedDependencies, List<MEStereotypeAble> seqProxyTargetElements, List<MEProxy> seqProxySons, MEProxy ohProxyParent, MEMappingPackageContent ohPackageParent)
           
 
Method Summary
 void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
           
 void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
           
 void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ohPackageParent

public MEMappingPackageContent ohPackageParent
parent package content or null


ohProxyParent

public MEProxy ohProxyParent
parent proxy or null


seqProxyAssignedDependencies

public List<MEProxyAssignment> seqProxyAssignedDependencies
list of dependencies


seqProxySons

public List<MEProxy> seqProxySons
list of son proxies


seqProxyTargetElements

public List<MEStereotypeAble> seqProxyTargetElements
list of connected elements

Constructor Detail

ARG_MEProxyPropertyEnvironment

public ARG_MEProxyPropertyEnvironment()

ARG_MEProxyPropertyEnvironment

public ARG_MEProxyPropertyEnvironment(List<MEProxyAssignment> seqProxyAssignedDependencies,
                                      List<MEStereotypeAble> seqProxyTargetElements,
                                      List<MEProxy> seqProxySons,
                                      MEProxy ohProxyParent,
                                      MEMappingPackageContent ohPackageParent)
Method Detail

marshal

public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
Specified by:
marshal in interface de.mid.innovator.srv2api.impl.MarshallAble

resolveReferences

public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
Specified by:
resolveReferences in interface de.mid.innovator.srv2api.impl.MarshallAble

unmarshal

public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel,
                      SrvContext srvctx)
Specified by:
unmarshal in interface de.mid.innovator.srv2api.impl.MarshallAble