Class ARG_IRefViewSpecification
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2meta.ARG_IRefViewSpecification
-
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_IRefViewSpecification extends java.lang.Object implements de.mid.innovator.srv2api.impl.MarshallAble
-
-
Field Summary
Fields Modifier and Type Field Description int
kind
optional Kindint
mode
optional Modusjava.lang.String
patt
optional PatternELElement
refEl
optional ReferenzelementARG_IRefRestriction
valRestrictIn
Restriktionen für EingabeelementeARG_IRefRestriction
valRestrictOut
Restriktionen für AusgabeelementeK_VW2
what
View-What
-
Constructor Summary
Constructors Constructor Description ARG_IRefViewSpecification()
ARG_IRefViewSpecification(K_VW2 what, ARG_IRefRestriction valRestrictIn, ARG_IRefRestriction valRestrictOut, ELElement refEl, java.lang.String patt, int kind, int mode)
-
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
-
what
public K_VW2 what
View-What
-
valRestrictIn
public ARG_IRefRestriction valRestrictIn
Restriktionen für Eingabeelemente
-
valRestrictOut
public ARG_IRefRestriction valRestrictOut
Restriktionen für Ausgabeelemente
-
refEl
public ELElement refEl
optional Referenzelement
-
patt
public java.lang.String patt
optional Pattern
-
kind
public int kind
optional Kind
-
mode
public int mode
optional Modus
-
-
Constructor Detail
-
ARG_IRefViewSpecification
public ARG_IRefViewSpecification()
-
ARG_IRefViewSpecification
public ARG_IRefViewSpecification(K_VW2 what, ARG_IRefRestriction valRestrictIn, ARG_IRefRestriction valRestrictOut, ELElement refEl, java.lang.String patt, int kind, int mode)
-
-
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
-
-