Class ARG_View
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2elem.ARG_View
-
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_View extends java.lang.Object implements de.mid.innovator.srv2api.impl.MarshallAble
-
-
Constructor Summary
Constructors Constructor Description ARG_View()
ARG_View(ELElement ohRef, java.lang.Class<? extends ELObject> voclTrg, K_VW2 vWhat, java.lang.String pattern, int kind, int mode, int selLimit, boolean isExact, boolean sortIt, int cmp, ELElement ohStereo, boolean isExactStereotype)
-
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
-
ohRef
public ELElement ohRef
-
voclTrg
public java.lang.Class<? extends ELObject> voclTrg
-
vWhat
public K_VW2 vWhat
-
pattern
public java.lang.String pattern
-
kind
public int kind
-
mode
public int mode
-
selLimit
public int selLimit
-
isExact
public boolean isExact
-
sortIt
public boolean sortIt
-
cmp
public int cmp
-
ohStereo
public ELElement ohStereo
-
isExactStereotype
public boolean isExactStereotype
-
-
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
-
-