test.compliance.query.support
Class BooleanTest

java.lang.Object
  extended bytest.compliance.query.support.BooleanTest
All Implemented Interfaces:
BooleanTestMBean (src)

public class BooleanTest
extends java.lang.Object
implements BooleanTestMBean (src)


Constructor Summary
BooleanTest()
           
BooleanTest(boolean bool)
           
BooleanTest(java.lang.Boolean bool)
           
 
Method Summary
 java.lang.Boolean getBoolean()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BooleanTest

public BooleanTest()

BooleanTest

public BooleanTest(boolean bool)

BooleanTest

public BooleanTest(java.lang.Boolean bool)
Method Detail

getBoolean

public java.lang.Boolean getBoolean()
Specified by:
getBoolean in interface BooleanTestMBean (src)