|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectde.mid.innovator.srv2api.icw2meta.ARG_InstNode
public class ARG_InstNode
| Field Summary | |
|---|---|
int |
id
id this node |
Class<? extends ELObject> |
kVOcl
meta class if ohInst is empty |
ELElement |
ohInst
an empty instance will be created |
boolean |
processIt
create or modify this instance, otherwiese only a referenced item |
List<String> |
seqFile
Dateiinformation für ELFileAble |
List<ARG_InstNodeProp> |
seqProp
properties of the instances |
List<ARG_InstNodeRsIn> |
seqRsIn
incoming relationships of the instances |
List<ARG_InstNodeRsOut> |
seqRsOut
outgoing relationships of the instances |
| Constructor Summary | |
|---|---|
ARG_InstNode()
|
|
ARG_InstNode(int id,
boolean processIt,
ELElement ohInst,
Class<? extends ELObject> kVOcl,
List<ARG_InstNodeProp> seqProp,
List<ARG_InstNodeRsIn> seqRsIn,
List<ARG_InstNodeRsOut> seqRsOut,
List<String> seqFile)
|
|
| 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 |
|---|
public int id
public Class<? extends ELObject> kVOcl
public ELElement ohInst
public boolean processIt
public List<String> seqFile
public List<ARG_InstNodeProp> seqProp
public List<ARG_InstNodeRsIn> seqRsIn
public List<ARG_InstNodeRsOut> seqRsOut
| Constructor Detail |
|---|
public ARG_InstNode()
public ARG_InstNode(int id,
boolean processIt,
ELElement ohInst,
Class<? extends ELObject> kVOcl,
List<ARG_InstNodeProp> seqProp,
List<ARG_InstNodeRsIn> seqRsIn,
List<ARG_InstNodeRsOut> seqRsOut,
List<String> seqFile)
| Method Detail |
|---|
public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
marshal in interface de.mid.innovator.srv2api.impl.MarshallAblepublic void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
resolveReferences in interface de.mid.innovator.srv2api.impl.MarshallAble
public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel,
SrvContext srvctx)
unmarshal in interface de.mid.innovator.srv2api.impl.MarshallAble
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||