org.apache.velocity.test.provider
Class BoolObj

java.lang.Object
  extended by org.apache.velocity.test.provider.BoolObj

public class BoolObj
extends Object

simple class to test boolean property introspection - can't use TestProvider as there is a get( String ) and that comes before isProperty in the search pattern

Author:
Geir Magnusson Jr.

Constructor Summary
BoolObj()
           
 
Method Summary
 boolean isBoolean()
           
 String isNotboolean()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BoolObj

public BoolObj()
Method Detail

isBoolean

public boolean isBoolean()

isNotboolean

public String isNotboolean()


Copyright © 2002 Apache Software Foundation. All Rights Reserved.