Class ARG_ModifyOptionDlgCmd
java.lang.Object
de.mid.innovator.srv2api.icw2meta.ARG_ModifyOptionDlgCmd
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_ModifyOptionDlgCmd
extends Object
implements de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionKind of the optionintLong value for the general optionintLong value for the user optionintLong value for the user host optionbooleanisTrue, if general option should be setbooleanisTrue, if user option should be setbooleanisTrue, if user host option should be setString value for the general optionString value for the user optionString value for the user host option -
Constructor Summary
ConstructorsConstructorDescriptionARG_ModifyOptionDlgCmd(K_OPTION kOption, boolean setUserHost, String sValUserHost, int lValUserHost, boolean setUser, String sValUser, int lValUser, boolean setGeneral, String sValGeneral, int lValGeneral) -
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
-
kOption
Kind of the option -
setUserHost
public boolean setUserHostisTrue, if user host option should be set -
sValUserHost
String value for the user host option -
lValUserHost
public int lValUserHostLong value for the user host option -
setUser
public boolean setUserisTrue, if user option should be set -
sValUser
String value for the user option -
lValUser
public int lValUserLong value for the user option -
setGeneral
public boolean setGeneralisTrue, if general option should be set -
sValGeneral
String value for the general option -
lValGeneral
public int lValGeneralLong value for the general option
-
-
Constructor Details
-
ARG_ModifyOptionDlgCmd
public ARG_ModifyOptionDlgCmd() -
ARG_ModifyOptionDlgCmd
-
-
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
-