Class ARG_CreateAttachmentWithNode
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2pres.ARG_CreateAttachmentWithNode
-
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_CreateAttachmentWithNode extends java.lang.Object implements de.mid.innovator.srv2api.impl.MarshallAble
-
-
Field Summary
Fields Modifier and Type Field Description PRPresElement
ohSel
the presentation element the file is dropped onjava.awt.Point
position
Position of the new nodeARG_File
valFile
the attached file
-
Constructor Summary
Constructors Constructor Description ARG_CreateAttachmentWithNode()
ARG_CreateAttachmentWithNode(PRPresElement ohSel, ARG_File valFile, java.awt.Point position)
-
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
-
ohSel
public PRPresElement ohSel
the presentation element the file is dropped on
-
valFile
public ARG_File valFile
the attached file
-
position
public java.awt.Point position
Position of the new node
-
-
Constructor Detail
-
ARG_CreateAttachmentWithNode
public ARG_CreateAttachmentWithNode()
-
ARG_CreateAttachmentWithNode
public ARG_CreateAttachmentWithNode(PRPresElement ohSel, ARG_File valFile, java.awt.Point position)
-
-
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
-
-