wtanaka.praya
Class BooleanFilledField

java.lang.Object
  |
  +--wtanaka.praya.BooleanFilledField
All Implemented Interfaces:
FilledField

public class BooleanFilledField
extends java.lang.Object
implements FilledField

This represents a boolean (e.g. /noise category tag in gale, /q, ).

Return to Sourceforge or the Praya Homepage

Version:
$Name: $ $Date: 2001/10/14 18:07:12 $
Author:
$Author: wtanaka $

Field Summary
private  boolean m_value
           
 
Constructor Summary
BooleanFilledField(boolean initial)
          Constructs a StringFilledField with the given initial string and a guess as to how many characters long the data in this field will be.
 
Method Summary
 boolean getValue()
           
 void setValue(boolean newValue)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

m_value

private boolean m_value
Constructor Detail

BooleanFilledField

public BooleanFilledField(boolean initial)
Constructs a StringFilledField with the given initial string and a guess as to how many characters long the data in this field will be.
Method Detail

setValue

public void setValue(boolean newValue)

getValue

public boolean getValue()