Class ARG_AddAbleEdgeEntry
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2pres.ARG_AddAbleEdgeEntry
-
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_AddAbleEdgeEntry extends java.lang.Object implements de.mid.innovator.srv2api.impl.MarshallAble
-
-
Field Summary
Fields Modifier and Type Field Description MEModelElement
ohItem
element on the other sider of the edge to be added as nodeMEModelElement
ohRel
element to be added as edgejava.lang.String
strItem
name of the element on the other sidejava.lang.String
strItemIcon
icon name of the element on the other sidejava.lang.String
strRel
name of the element to be addedjava.lang.String
strRelIcon
icon name of the element to be added
-
Constructor Summary
Constructors Constructor Description ARG_AddAbleEdgeEntry()
ARG_AddAbleEdgeEntry(MEModelElement ohRel, java.lang.String strRel, java.lang.String strRelIcon, MEModelElement ohItem, java.lang.String strItem, java.lang.String strItemIcon)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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)
-
-
-
Field Detail
-
ohRel
public MEModelElement ohRel
element to be added as edge
-
strRel
public java.lang.String strRel
name of the element to be added
-
strRelIcon
public java.lang.String strRelIcon
icon name of the element to be added
-
ohItem
public MEModelElement ohItem
element on the other sider of the edge to be added as node
-
strItem
public java.lang.String strItem
name of the element on the other side
-
strItemIcon
public java.lang.String strItemIcon
icon name of the element on the other side
-
-
Constructor Detail
-
ARG_AddAbleEdgeEntry
public ARG_AddAbleEdgeEntry()
-
ARG_AddAbleEdgeEntry
public ARG_AddAbleEdgeEntry(MEModelElement ohRel, java.lang.String strRel, java.lang.String strRelIcon, MEModelElement ohItem, java.lang.String strItem, java.lang.String strItemIcon)
-
-
Method Detail
-
marshal
public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
- Specified by:
marshal
in interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
- Specified by:
unmarshal
in interfacede.mid.innovator.srv2api.impl.MarshallAble
-
resolveReferences
public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
- Specified by:
resolveReferences
in interfacede.mid.innovator.srv2api.impl.MarshallAble
-
-