planetj.database.field
Interface IBooleanField

All Known Implementing Classes:
AbstractBooleanField, YBlankBooleanField, YNBooleanField

public interface IBooleanField

Insert the type's description here. Creation date: (12/17/2001 12:54:49 PM)


Method Summary
 String getFalseValue()
          Insert the method's description here.
 String getTrueValue()
          Insert the method's description here.
 boolean isChecked()
          Insert the method's description here.
 void setValue(boolean value)
          Sets the value of this field to either true or false
 void switchValue()
          Switches this field's value from true to false or false to true depending upon what its current value is.
 

Method Detail

getFalseValue

public String getFalseValue()
Insert the method's description here. Creation date: (12/17/2001 12:55:20 PM)

Returns:
java.lang.String

getTrueValue

public String getTrueValue()
Insert the method's description here. Creation date: (12/17/2001 12:55:04 PM)

Returns:
java.lang.String

isChecked

public boolean isChecked()
Insert the method's description here. Creation date: (12/17/2001 1:39:56 PM)

Returns:
boolean

setValue

public void setValue(boolean value)
              throws CMException
Sets the value of this field to either true or false

CMException

switchValue

public void switchValue()
                 throws CMException
Switches this field's value from true to false or false to true depending upon what its current value is.

CMException