de.mid.innovator.srv2api.icw2cldia
Class ARG_AddAbleAsSocketBallEntry

java.lang.Object
  extended by de.mid.innovator.srv2api.icw2cldia.ARG_AddAbleAsSocketBallEntry
All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble

public class ARG_AddAbleAsSocketBallEntry
extends Object
implements de.mid.innovator.srv2api.impl.MarshallAble


Field Summary
 String iconElem
          icon of the element
 String iconInterface
          icon of the interface
 K_SOCKETBALL kSocketBall
          kind of the socket ball
 String nameElem
          name of the element
 String nameInterface
          name of the interface
 MEModelElement ohElem
          element which is added as edge in socket ball notation
 CLInterface ohInterface
          interface which is added in socket ball notation
 Point ptPos
          position for the added the socket ball node
 
Constructor Summary
ARG_AddAbleAsSocketBallEntry()
           
ARG_AddAbleAsSocketBallEntry(K_SOCKETBALL kSocketBall, CLInterface ohInterface, String nameInterface, String iconInterface, MEModelElement ohElem, String nameElem, String iconElem, Point ptPos)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

iconElem

public String iconElem
icon of the element


iconInterface

public String iconInterface
icon of the interface


kSocketBall

public K_SOCKETBALL kSocketBall
kind of the socket ball


nameElem

public String nameElem
name of the element


nameInterface

public String nameInterface
name of the interface


ohElem

public MEModelElement ohElem
element which is added as edge in socket ball notation


ohInterface

public CLInterface ohInterface
interface which is added in socket ball notation


ptPos

public 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,
                                    String nameInterface,
                                    String iconInterface,
                                    MEModelElement ohElem,
                                    String nameElem,
                                    String iconElem,
                                    Point ptPos)
Method Detail

marshal

public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
Specified by:
marshal in interface de.mid.innovator.srv2api.impl.MarshallAble

resolveReferences

public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
Specified by:
resolveReferences in interface de.mid.innovator.srv2api.impl.MarshallAble

unmarshal

public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel,
                      SrvContext srvctx)
Specified by:
unmarshal in interface de.mid.innovator.srv2api.impl.MarshallAble