org.apache.velocity.test.provider
Class BoolObj

java.lang.Object
  |
  +--org.apache.velocity.test.provider.BoolObj

public class BoolObj
extends java.lang.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()
           
 java.lang.String isNotboolean()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

BoolObj

public BoolObj()
Method Detail

isBoolean

public boolean isBoolean()

isNotboolean

public java.lang.String isNotboolean()


Copyright © 2003 Apache Software Foundation. All Rights Reserved.