org.apache.commons.ognl.test.objects
Class BaseIndexed

java.lang.Object
  extended by org.apache.commons.ognl.test.objects.BaseIndexed
Direct Known Subclasses:
Indexed

public class BaseIndexed
extends Object

Class used to test inheritance.


Constructor Summary
BaseIndexed()
           
 
Method Summary
 Object getLine(int index)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseIndexed

public BaseIndexed()
Method Detail

getLine

public Object getLine(int index)


Copyright © 1997-2013 The Apache Software Foundation. All Rights Reserved.