org.apache.velocity.test
Class InvalidEventHandlerTestCase.Tree

java.lang.Object
  extended by org.apache.velocity.test.InvalidEventHandlerTestCase.Tree
Enclosing class:
InvalidEventHandlerTestCase

public static class InvalidEventHandlerTestCase.Tree
extends Object


Constructor Summary
InvalidEventHandlerTestCase.Tree()
           
 
Method Summary
 InvalidEventHandlerTestCase.Tree getChild()
           
 String getField()
           
 void setChild(InvalidEventHandlerTestCase.Tree child)
           
 void setField(String field)
           
 String testMethod()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvalidEventHandlerTestCase.Tree

public InvalidEventHandlerTestCase.Tree()
Method Detail

getField

public String getField()

setField

public void setField(String field)

getChild

public InvalidEventHandlerTestCase.Tree getChild()

setChild

public void setChild(InvalidEventHandlerTestCase.Tree child)

testMethod

public String testMethod()


Copyright © 2000-2008 The Apache Software Foundation. All Rights Reserved.