de.mid.innovator.srv2api.icw2elem
Class ARG_XFindPropertyTerm

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

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


Field Summary
 boolean isCase
          case sensitive
 K_OPERATOR op
          find operator
 String value
          string value
 K_VATTR vattr
          property kind
 
Fields inherited from class de.mid.innovator.srv2api.icw2elem.ARG_XFindTerm
isNot
 
Constructor Summary
ARG_XFindPropertyTerm()
           
ARG_XFindPropertyTerm(boolean isNot, K_VATTR vattr, K_OPERATOR op, boolean isCase, 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

isCase

public boolean isCase
case sensitive


op

public K_OPERATOR op
find operator


value

public String value
string value


vattr

public K_VATTR vattr
property kind

Constructor Detail

ARG_XFindPropertyTerm

public ARG_XFindPropertyTerm()

ARG_XFindPropertyTerm

public ARG_XFindPropertyTerm(boolean isNot,
                             K_VATTR vattr,
                             K_OPERATOR op,
                             boolean isCase,
                             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