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 java.lang.Object implements de.mid.innovator.srv2api.impl.MarshallAble
-
-
Field Summary
Fields Modifier and Type Field Description K_OPTION
kOption
Kind of the optionint
lValGeneral
Long value for the general optionint
lValUser
Long value for the user optionint
lValUserHost
Long value for the user host optionboolean
setGeneral
isTrue, if general option should be setboolean
setUser
isTrue, if user option should be setboolean
setUserHost
isTrue, if user host option should be setjava.lang.String
sValGeneral
String value for the general optionjava.lang.String
sValUser
String value for the user optionjava.lang.String
sValUserHost
String value for the user host option
-
Constructor Summary
Constructors Constructor Description ARG_ModifyOptionDlgCmd()
ARG_ModifyOptionDlgCmd(K_OPTION kOption, boolean setUserHost, java.lang.String sValUserHost, int lValUserHost, boolean setUser, java.lang.String sValUser, int lValUser, boolean setGeneral, java.lang.String sValGeneral, int lValGeneral)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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)
-
-
-
Field Detail
-
kOption
public K_OPTION kOption
Kind of the option
-
setUserHost
public boolean setUserHost
isTrue, if user host option should be set
-
sValUserHost
public java.lang.String sValUserHost
String value for the user host option
-
lValUserHost
public int lValUserHost
Long value for the user host option
-
setUser
public boolean setUser
isTrue, if user option should be set
-
sValUser
public java.lang.String sValUser
String value for the user option
-
lValUser
public int lValUser
Long value for the user option
-
setGeneral
public boolean setGeneral
isTrue, if general option should be set
-
sValGeneral
public java.lang.String sValGeneral
String value for the general option
-
lValGeneral
public int lValGeneral
Long value for the general option
-
-
Constructor Detail
-
ARG_ModifyOptionDlgCmd
public ARG_ModifyOptionDlgCmd()
-
ARG_ModifyOptionDlgCmd
public ARG_ModifyOptionDlgCmd(K_OPTION kOption, boolean setUserHost, java.lang.String sValUserHost, int lValUserHost, boolean setUser, java.lang.String sValUser, int lValUser, boolean setGeneral, java.lang.String sValGeneral, int lValGeneral)
-
-
Method Detail
-
marshal
public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
- Specified by:
marshal
in interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
- Specified by:
unmarshal
in interfacede.mid.innovator.srv2api.impl.MarshallAble
-
resolveReferences
public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
- Specified by:
resolveReferences
in interfacede.mid.innovator.srv2api.impl.MarshallAble
-
-