arlut.csd.JDialog
Class booleanThing

java.lang.Object
  |
  +--arlut.csd.JDialog.booleanThing
All Implemented Interfaces:
java.io.Serializable

public class booleanThing
extends java.lang.Object
implements java.io.Serializable

Serializable object to describe a boolean field for passing to the client as part of a JDialogBuff or StringDialog.

See Also:
Serialized Form

Field Summary
(package private)  java.lang.String booleanLabel
           
(package private)  boolean Default
           
 
Constructor Summary
booleanThing(java.lang.String label)
           
booleanThing(java.lang.String label, boolean Default)
           
 
Method Summary
 java.lang.Boolean getDefault()
           
 java.lang.String getLabel()
           
 boolean getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

booleanLabel

java.lang.String booleanLabel

Default

boolean Default
Constructor Detail

booleanThing

public booleanThing(java.lang.String label)

booleanThing

public booleanThing(java.lang.String label,
                    boolean Default)
Method Detail

getLabel

public java.lang.String getLabel()

getDefault

public java.lang.Boolean getDefault()

getValue

public boolean getValue()