de.hillenbrand.jreqtools
Class GenericOkCancelRequester.TypeConfig

java.lang.Object
  extended by de.hillenbrand.jreqtools.GenericOkCancelRequester.TypeConfig
Direct Known Subclasses:
GenericOkCancelRequester.Tab
Enclosing class:
GenericOkCancelRequester

public static class GenericOkCancelRequester.TypeConfig
extends java.lang.Object


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

label

protected java.lang.String label

type

protected int type

value

protected java.lang.Object value

options

protected java.lang.Object options
Constructor Detail

GenericOkCancelRequester.TypeConfig

public GenericOkCancelRequester.TypeConfig(java.lang.String label,
                                           int type)

GenericOkCancelRequester.TypeConfig

public GenericOkCancelRequester.TypeConfig(java.lang.String label,
                                           int type,
                                           java.lang.Object defaultValue)

GenericOkCancelRequester.TypeConfig

public GenericOkCancelRequester.TypeConfig(java.lang.String label,
                                           int type,
                                           java.lang.Object defaultValue,
                                           java.lang.Object options)
Method Detail

getLabel

public java.lang.String getLabel()
Returns the value of the label property.


getOptions

public java.lang.Object getOptions()
Returns the value of the options property.


getType

public int getType()
Returns the value of the type property.


getValue

public java.lang.Object getValue()
Returns the value of the value property.


setLabel

public void setLabel(java.lang.String arg)
Assigns the value of the label property.


setOptions

public void setOptions(java.lang.Object arg)
Assigns the value of the options property.


setType

public void setType(int arg)
Assigns the value of the type property.


setValue

public void setValue(java.lang.Object arg)
Assigns the value of the value property.