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 MEModelElementohItemelement on the other sider of the edge to be added as nodeMEModelElementohRelelement to be added as edgejava.lang.StringstrItemname of the element on the other sidejava.lang.StringstrItemIconicon name of the element on the other sidejava.lang.StringstrRelname of the element to be addedjava.lang.StringstrRelIconicon 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 voidmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)voidresolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)voidunmarshal(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:
marshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)- Specified by:
unmarshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
resolveReferences
public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
- Specified by:
resolveReferencesin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
-