Class ARG_AddAbleAsSocketBallEntry
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2cldia.ARG_AddAbleAsSocketBallEntry
-
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_AddAbleAsSocketBallEntry extends java.lang.Object implements de.mid.innovator.srv2api.impl.MarshallAble
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.StringiconElemicon of the elementjava.lang.StringiconInterfaceicon of the interfaceK_SOCKETBALLkSocketBallkind of the socket balljava.lang.StringnameElemname of the elementjava.lang.StringnameInterfacename of the interfaceMEModelElementohElemelement which is added as edge in socket ball notationCLInterfaceohInterfaceinterface which is added in socket ball notationjava.awt.PointptPosposition for the added the socket ball node
-
Constructor Summary
Constructors Constructor Description ARG_AddAbleAsSocketBallEntry()ARG_AddAbleAsSocketBallEntry(K_SOCKETBALL kSocketBall, CLInterface ohInterface, java.lang.String nameInterface, java.lang.String iconInterface, MEModelElement ohElem, java.lang.String nameElem, java.lang.String iconElem, java.awt.Point ptPos)
-
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
-
kSocketBall
public K_SOCKETBALL kSocketBall
kind of the socket ball
-
ohInterface
public CLInterface ohInterface
interface which is added in socket ball notation
-
nameInterface
public java.lang.String nameInterface
name of the interface
-
iconInterface
public java.lang.String iconInterface
icon of the interface
-
ohElem
public MEModelElement ohElem
element which is added as edge in socket ball notation
-
nameElem
public java.lang.String nameElem
name of the element
-
iconElem
public java.lang.String iconElem
icon of the element
-
ptPos
public java.awt.Point ptPos
position for the added the socket ball node
-
-
Constructor Detail
-
ARG_AddAbleAsSocketBallEntry
public ARG_AddAbleAsSocketBallEntry()
-
ARG_AddAbleAsSocketBallEntry
public ARG_AddAbleAsSocketBallEntry(K_SOCKETBALL kSocketBall, CLInterface ohInterface, java.lang.String nameInterface, java.lang.String iconInterface, MEModelElement ohElem, java.lang.String nameElem, java.lang.String iconElem, java.awt.Point ptPos)
-
-
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
-
-