de.mid.innovator.srv2api.icw2elem
Class ARG_View

java.lang.Object
  extended by de.mid.innovator.srv2api.icw2elem.ARG_View
All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble

public class ARG_View
extends Object
implements de.mid.innovator.srv2api.impl.MarshallAble


Field Summary
 int cmp
           
 boolean isExact
           
 boolean isExactStereotype
           
 int kind
           
 int mode
           
 ELElement ohRef
           
 ELElement ohStereo
           
 String pattern
           
 int selLimit
           
 boolean sortIt
           
 Class<? extends ELObject> voclTrg
           
 K_VW2 vWhat
           
 
Constructor Summary
ARG_View()
           
ARG_View(ELElement ohRef, Class<? extends ELObject> voclTrg, K_VW2 vWhat, String pattern, int kind, int mode, int selLimit, boolean isExact, boolean sortIt, int cmp, ELElement ohStereo, boolean isExactStereotype)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cmp

public int cmp

isExact

public boolean isExact

isExactStereotype

public boolean isExactStereotype

kind

public int kind

mode

public int mode

ohRef

public ELElement ohRef

ohStereo

public ELElement ohStereo

pattern

public String pattern

selLimit

public int selLimit

sortIt

public boolean sortIt

voclTrg

public Class<? extends ELObject> voclTrg

vWhat

public K_VW2 vWhat
Constructor Detail

ARG_View

public ARG_View()

ARG_View

public ARG_View(ELElement ohRef,
                Class<? extends ELObject> voclTrg,
                K_VW2 vWhat,
                String pattern,
                int kind,
                int mode,
                int selLimit,
                boolean isExact,
                boolean sortIt,
                int cmp,
                ELElement ohStereo,
                boolean isExactStereotype)
Method Detail

marshal

public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
Specified by:
marshal in interface de.mid.innovator.srv2api.impl.MarshallAble

resolveReferences

public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
Specified by:
resolveReferences in interface de.mid.innovator.srv2api.impl.MarshallAble

unmarshal

public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel,
                      SrvContext srvctx)
Specified by:
unmarshal in interface de.mid.innovator.srv2api.impl.MarshallAble