|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectde.mid.innovator.srv2api.icw2meta.ARG_ModifyOptionDlgCmd
public class ARG_ModifyOptionDlgCmd
| Field Summary | |
|---|---|
K_OPTION |
kOption
Kind of the option |
int |
lValGeneral
Long value for the general option |
int |
lValUser
Long value for the user option |
int |
lValUserHost
Long value for the user host option |
boolean |
setGeneral
isTrue, if general option should be set |
boolean |
setUser
isTrue, if user option should be set |
boolean |
setUserHost
isTrue, if user host option should be set |
String |
sValGeneral
String value for the general option |
String |
sValUser
String value for the user option |
String |
sValUserHost
String value for the user host option |
| Constructor Summary | |
|---|---|
ARG_ModifyOptionDlgCmd()
|
|
ARG_ModifyOptionDlgCmd(K_OPTION kOption,
boolean setUserHost,
String sValUserHost,
int lValUserHost,
boolean setUser,
String sValUser,
int lValUser,
boolean setGeneral,
String sValGeneral,
int lValGeneral)
|
|
| 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 |
|---|
public K_OPTION kOption
public int lValGeneral
public int lValUser
public int lValUserHost
public boolean setGeneral
public boolean setUser
public boolean setUserHost
public String sValGeneral
public String sValUser
public String sValUserHost
| Constructor Detail |
|---|
public ARG_ModifyOptionDlgCmd()
public ARG_ModifyOptionDlgCmd(K_OPTION kOption,
boolean setUserHost,
String sValUserHost,
int lValUserHost,
boolean setUser,
String sValUser,
int lValUser,
boolean setGeneral,
String sValGeneral,
int lValGeneral)
| Method Detail |
|---|
public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
marshal in interface de.mid.innovator.srv2api.impl.MarshallAblepublic void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
resolveReferences in interface de.mid.innovator.srv2api.impl.MarshallAble
public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel,
SrvContext srvctx)
unmarshal in interface de.mid.innovator.srv2api.impl.MarshallAble
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||