TPTP 4.6.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.tools.internal
Class VBoolean

java.lang.Object
  extended by org.eclipse.tptp.platform.report.tools.internal.VBoolean

Deprecated. As of TPTP 4.5.0, use the TPTP Business Intelligence and Reporting Tools (BIRT) reporting infrastructure (org.eclipse.tptp.platform.report.birt).

public class VBoolean
extends java.lang.Object

Store a boolean value that can be modified.


Constructor Summary
VBoolean()
          Deprecated. Create a false VBoolean.
VBoolean(boolean value)
          Deprecated. Create a valued VBoolean
 
Method Summary
 boolean getValue()
          Deprecated.  
 boolean isFalse()
          Deprecated.  
 boolean isTrue()
          Deprecated.  
 void setValue(boolean value)
          Deprecated. Change value of this object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VBoolean

public VBoolean()
Deprecated. 
Create a false VBoolean.


VBoolean

public VBoolean(boolean value)
Deprecated. 
Create a valued VBoolean

Method Detail

getValue

public boolean getValue()
Deprecated. 
Returns:
current value

setValue

public void setValue(boolean value)
Deprecated. 
Change value of this object.


isTrue

public boolean isTrue()
Deprecated. 
Returns:
true if current value is true

isFalse

public boolean isFalse()
Deprecated. 
Returns:
true if current value is false

TPTP 4.6.0 Platform Project
Internal API Specification