com.ptc.wgmecad.table
Class ValueReadOnlyBoolean

java.lang.Object
  extended bycom.ptc.wgmecad.table.ValueReadOnly
      extended bycom.ptc.wgmecad.table.ValueReadOnlyBoolean

public class ValueReadOnlyBoolean
extends ValueReadOnly

Created by IntelliJ IDEA. User: barky Date: Jun 10, 2003 Time: 1:01:16 PM To change this template use Options | File Templates.


Field Summary
 Boolean value
           
 
Constructor Summary
ValueReadOnlyBoolean(boolean value)
          Allocates a Boolean object representing the value argument.
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

value

public Boolean value
Constructor Detail

ValueReadOnlyBoolean

public ValueReadOnlyBoolean(boolean value)
Allocates a Boolean object representing the value argument.

Parameters:
value - the value of the Boolean.
Method Detail

toString

public String toString()