|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.hillenbrand.jreqtools.GenericOkCancelRequester.TypeConfig
Field Summary | |
protected java.lang.String |
label
|
protected java.lang.Object |
options
|
protected int |
type
|
protected java.lang.Object |
value
|
Constructor Summary | |
GenericOkCancelRequester.TypeConfig(java.lang.String label,
int type)
|
|
GenericOkCancelRequester.TypeConfig(java.lang.String label,
int type,
java.lang.Object defaultValue)
|
|
GenericOkCancelRequester.TypeConfig(java.lang.String label,
int type,
java.lang.Object defaultValue,
java.lang.Object options)
|
Method Summary | |
java.lang.String |
getLabel()
Returns the value of the label property. |
java.lang.Object |
getOptions()
Returns the value of the options property. |
int |
getType()
Returns the value of the type property. |
java.lang.Object |
getValue()
Returns the value of the value property. |
void |
setLabel(java.lang.String arg)
Assigns the value of the label property. |
void |
setOptions(java.lang.Object arg)
Assigns the value of the options property. |
void |
setType(int arg)
Assigns the value of the type property. |
void |
setValue(java.lang.Object arg)
Assigns the value of the value property. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.lang.String label
protected int type
protected java.lang.Object value
protected java.lang.Object options
Constructor Detail |
public GenericOkCancelRequester.TypeConfig(java.lang.String label, int type)
public GenericOkCancelRequester.TypeConfig(java.lang.String label, int type, java.lang.Object defaultValue)
public GenericOkCancelRequester.TypeConfig(java.lang.String label, int type, java.lang.Object defaultValue, java.lang.Object options)
Method Detail |
public java.lang.String getLabel()
public java.lang.Object getOptions()
public int getType()
public java.lang.Object getValue()
public void setLabel(java.lang.String arg)
public void setOptions(java.lang.Object arg)
public void setType(int arg)
public void setValue(java.lang.Object arg)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |