Package de.mid.innovator.srv2api.icw2sm
Class ARG_SMRegionInsertAtSelection
java.lang.Object
de.mid.innovator.srv2api.icw2sm.ARG_SMRegionInsertAtSelection
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_SMRegionInsertAtSelection
extends Object
implements de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionspecifies where to insert the new relative to the selected regionselected regionthe template for the new region -
Constructor Summary
ConstructorsConstructorDescriptionARG_SMRegionInsertAtSelection(MMCreateTemplate ohTemplateRegion, SMRegion ohRegion, K_INSERT kInsertAt) -
Method Summary
Modifier and TypeMethodDescriptionvoidmarshal(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 Details
-
ohTemplateRegion
the template for the new region -
ohRegion
selected region -
kInsertAt
specifies where to insert the new relative to the selected region
-
-
Constructor Details
-
ARG_SMRegionInsertAtSelection
public ARG_SMRegionInsertAtSelection() -
ARG_SMRegionInsertAtSelection
public ARG_SMRegionInsertAtSelection(MMCreateTemplate ohTemplateRegion, SMRegion ohRegion, K_INSERT kInsertAt)
-
-
Method Details
-
marshal
public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) - Specified by:
marshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
- 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
-