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.String
iconElem
icon of the elementjava.lang.String
iconInterface
icon of the interfaceK_SOCKETBALL
kSocketBall
kind of the socket balljava.lang.String
nameElem
name of the elementjava.lang.String
nameInterface
name of the interfaceMEModelElement
ohElem
element which is added as edge in socket ball notationCLInterface
ohInterface
interface which is added in socket ball notationjava.awt.Point
ptPos
position 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 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
-
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:
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
-
-