Class ARG_PasteFromFilePRContext
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2meta.ARG_PasteFromFilePRContext
-
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_PasteFromFilePRContext extends java.lang.Object implements de.mid.innovator.srv2api.impl.MarshallAble
-
-
Field Summary
Fields Modifier and Type Field Description boolean
checkConstraint
prüft ob Konfiguration verletzt wirdbyte[]
file
content of paste buffer (result of copyToFile-command)java.awt.Point
pos
new positionjava.util.List<ELElement>
seqSel
Liste der markierten Elemente
-
Constructor Summary
Constructors Constructor Description ARG_PasteFromFilePRContext()
ARG_PasteFromFilePRContext(java.util.List<ELElement> seqSel, byte[] file, boolean checkConstraint, java.awt.Point pos)
-
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
-
seqSel
public java.util.List<ELElement> seqSel
Liste der markierten Elemente
-
file
public byte[] file
content of paste buffer (result of copyToFile-command)
-
checkConstraint
public boolean checkConstraint
prüft ob Konfiguration verletzt wird
-
pos
public java.awt.Point pos
new position
-
-
Constructor Detail
-
ARG_PasteFromFilePRContext
public ARG_PasteFromFilePRContext()
-
ARG_PasteFromFilePRContext
public ARG_PasteFromFilePRContext(java.util.List<ELElement> seqSel, byte[] file, boolean checkConstraint, java.awt.Point pos)
-
-
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
-
-