|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.xqual.xagent.launcher.CParam
public class CParam
A class representing a launcher parameter WARNING: This is mapped on CFormItem !!! If CFormItem is modified this class must be updated as well !
| Constructor Summary | |
|---|---|
CParam(java.lang.String type,
int id,
java.lang.String name,
java.lang.String value,
boolean readOnly)
|
|
| Method Summary | |
|---|---|
int |
getId()
Return the identifier of the application setting |
java.lang.String |
getName()
Return the name of the application setting |
java.lang.String |
getType()
Return the type of the application setting |
java.lang.String |
getValue()
Return the value of the application setting |
boolean |
isReadOnly()
Return if the application setting is read-only |
void |
setValue(java.lang.String value)
Set the value of the application setting |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CParam(java.lang.String type,
int id,
java.lang.String name,
java.lang.String value,
boolean readOnly)
type - the type of the form itemid - the id of the form itemname - the name of the form itemvalue - the value of the form itemreadOnly - if the form itme is readonly| Method Detail |
|---|
public java.lang.String getName()
public java.lang.String getType()
public int getId()
public boolean isReadOnly()
public java.lang.String getValue()
public void setValue(java.lang.String value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||