Class ARG_M2AttrCnstrModify
java.lang.Object
de.mid.innovator.srv2api.icw2elem.ARG_M2AttrCnstrModify
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_M2AttrCnstrModify
extends Object
implements de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanintint -
Constructor Summary
ConstructorsConstructorDescriptionARG_M2AttrCnstrModify(K_VATTR vAttr, int minLength, int maxLength, String regExp, boolean isCaseSensitive, K_NAME_SCOPE scope) -
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
-
vAttr
-
minLength
public int minLength -
maxLength
public int maxLength -
regExp
-
isCaseSensitive
public boolean isCaseSensitive -
scope
-
-
Constructor Details
-
ARG_M2AttrCnstrModify
public ARG_M2AttrCnstrModify() -
ARG_M2AttrCnstrModify
public ARG_M2AttrCnstrModify(K_VATTR vAttr, int minLength, int maxLength, String regExp, boolean isCaseSensitive, K_NAME_SCOPE scope)
-
-
Method Details
-
marshal
public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) - Specified by:
marshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
- Specified by:
unmarshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
resolveReferences
public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) - Specified by:
resolveReferencesin interfacede.mid.innovator.srv2api.impl.MarshallAble
-