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 Object
implements de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionintid of stereotype of the element to be addedelement on the other sider of the edge to be added as nodeelement to be added as edgename of the element on the other sideicon name of the element on the other sidename of the element to be addedicon name of the element to be added -
Constructor Summary
ConstructorsConstructorDescriptionARG_AddAbleEdgeEntry(MEModelElement ohRel, String strRel, String strRelIcon, int idStereoRel, MEModelElement ohItem, String strItem, String strItemIcon) -
Method Summary
Modifier and TypeMethodDescriptionvoidmarshal(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 Details
-
ohRel
element to be added as edge -
strRel
name of the element to be added -
strRelIcon
icon name of the element to be added -
idStereoRel
public int idStereoRelid of stereotype of the element to be added -
ohItem
element on the other sider of the edge to be added as node -
strItem
name of the element on the other side -
strItemIcon
icon name of the element on the other side
-
-
Constructor Details
-
ARG_AddAbleEdgeEntry
public ARG_AddAbleEdgeEntry() -
ARG_AddAbleEdgeEntry
public ARG_AddAbleEdgeEntry(MEModelElement ohRel, String strRel, String strRelIcon, int idStereoRel, MEModelElement ohItem, String strItem, String strItemIcon)
-
-
Method Details
-
marshal
public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) - Specified by:
marshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
- 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
-