|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectde.mid.innovator.srv2api.icw2meta.ARG_DiffNode
public class ARG_DiffNode
| Field Summary | |
|---|---|
String |
bitmap
bitmap of this node |
Date |
lastModificationTime
timestamp, of last modification |
String |
name
display name of this node |
ELElement |
ohInst
instance of base model of this node |
List<ARG_DiffNodeProp> |
seqProp
properties of the instances |
List<ARG_DiffNodeRsIn> |
seqRsIn
incoming relationships of the instances |
List<ARG_DiffNodeRsOut> |
seqRsOut
outgoing relationships of the instances |
| Constructor Summary | |
|---|---|
ARG_DiffNode()
|
|
ARG_DiffNode(ELElement ohInst,
String name,
String bitmap,
Date lastModificationTime,
List<ARG_DiffNodeProp> seqProp,
List<ARG_DiffNodeRsIn> seqRsIn,
List<ARG_DiffNodeRsOut> seqRsOut)
|
|
| 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 String bitmap
public Date lastModificationTime
public String name
public ELElement ohInst
public List<ARG_DiffNodeProp> seqProp
public List<ARG_DiffNodeRsIn> seqRsIn
public List<ARG_DiffNodeRsOut> seqRsOut
| Constructor Detail |
|---|
public ARG_DiffNode()
public ARG_DiffNode(ELElement ohInst,
String name,
String bitmap,
Date lastModificationTime,
List<ARG_DiffNodeProp> seqProp,
List<ARG_DiffNodeRsIn> seqRsIn,
List<ARG_DiffNodeRsOut> seqRsOut)
| 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 | ||||||