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 PRPresElementohSelthe presentation element the file is dropped onjava.awt.PointpositionPosition of the new nodeARG_FilevalFilethe 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 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
-
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:
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
-
-