Class ARG_XFindTextSimpleTerm
java.lang.Object
de.mid.innovator.srv2api.icw2elem.ARG_XFindTerm
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
FieldsModifier and TypeFieldDescriptionbooleanexpanded fill-insbooleancase sensitivebooleanword onlypattern for the name of the textvalue to searchFields inherited from class de.mid.innovator.srv2api.icw2elem.ARG_XFindTerm
isNot -
Constructor Summary
ConstructorsConstructorDescriptionARG_XFindTextSimpleTerm(boolean isNot, boolean isCase, boolean matchWord, boolean expanded, String pattName, String value) -
Method Summary
Modifier and TypeMethodDescriptionvoidmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) voidresolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) voidunmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
-
Field Details
-
isCase
public boolean isCasecase sensitive -
matchWord
public boolean matchWordword only -
expanded
public boolean expandedexpanded fill-ins -
pattName
pattern for the name of the text -
value
value to search
-
-
Constructor Details
-
ARG_XFindTextSimpleTerm
public ARG_XFindTextSimpleTerm() -
ARG_XFindTextSimpleTerm
-
-
Method Details
-
marshal
public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) - Specified by:
marshalin interfacede.mid.innovator.srv2api.impl.MarshallAble- Specified by:
marshalin classARG_XFindTerm
-
unmarshal
- Specified by:
unmarshalin interfacede.mid.innovator.srv2api.impl.MarshallAble- Specified by:
unmarshalin classARG_XFindTerm
-
resolveReferences
public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) - Specified by:
resolveReferencesin interfacede.mid.innovator.srv2api.impl.MarshallAble- Specified by:
resolveReferencesin classARG_XFindTerm
-