de.mid.innovator.srv2api.icw2elem
Class ARG_XFindTextSimpleTerm

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

public class ARG_XFindTextSimpleTerm
extends ARG_XFindTerm
implements de.mid.innovator.srv2api.impl.MarshallAble


Field Summary
 boolean expanded
          expanded fill-ins
 boolean isCase
          case sensitive
 boolean matchWord
          word only
 String pattName
          pattern for the name of the text
 String value
          value to search
 
Fields inherited from class de.mid.innovator.srv2api.icw2elem.ARG_XFindTerm
isNot
 
Constructor Summary
ARG_XFindTextSimpleTerm()
           
ARG_XFindTextSimpleTerm(boolean isNot, boolean isCase, boolean matchWord, boolean expanded, String pattName, String value)
           
 
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

expanded

public boolean expanded
expanded fill-ins


isCase

public boolean isCase
case sensitive


matchWord

public boolean matchWord
word only


pattName

public String pattName
pattern for the name of the text


value

public String value
value to search

Constructor Detail

ARG_XFindTextSimpleTerm

public ARG_XFindTextSimpleTerm()

ARG_XFindTextSimpleTerm

public ARG_XFindTextSimpleTerm(boolean isNot,
                               boolean isCase,
                               boolean matchWord,
                               boolean expanded,
                               String pattName,
                               String value)
Method Detail

marshal

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

resolveReferences

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

unmarshal

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