Uses of Class
de.mid.innovator.srv2api.icw2meta.ARG_InstNode

Packages that use ARG_InstNode
de.mid.innovator.srv2api.icw2meta Meta model and administration information. 
 

Uses of ARG_InstNode in de.mid.innovator.srv2api.icw2meta
 

Fields in de.mid.innovator.srv2api.icw2meta declared as ARG_InstNode
 ARG_InstNode ARG_InstNodeRsIn.valValue
          value in model - SharedArg
 

Fields in de.mid.innovator.srv2api.icw2meta with type parameters of type ARG_InstNode
 List<ARG_InstNode> ARG_DucInCmd.seqNode
          modify or create these instances
 List<ARG_InstNode> ARG_InstNodeRsOut.seqValue
          values in model - SharedArg
 

Method parameters in de.mid.innovator.srv2api.icw2meta with type arguments of type ARG_InstNode
 ARG_DucInstancesResult ADModel.deleteUpdateCreateInstances(List<? extends ELElement> seqDelete, List<ARG_InstNode> seqNode)
          modifies this model according to the provided instance specifications.
 

Constructors in de.mid.innovator.srv2api.icw2meta with parameters of type ARG_InstNode
ARG_InstNodeRsIn(K_VATTR vattr, ARG_InstNode valValue)
           
 

Constructor parameters in de.mid.innovator.srv2api.icw2meta with type arguments of type ARG_InstNode
ARG_DucInCmd(List<ELElement> seqDelete, List<ARG_InstNode> seqNode)
           
ARG_InstNodeRsOut(K_VATTR vattr, List<ARG_InstNode> seqValue)