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

java.lang.Object
  extended by org.apache.commons.ognl.test.objects.IndexedMapObject

public class IndexedMapObject
extends Object

Simple object used to test indexed map references using "#this" references.


Constructor Summary
IndexedMapObject(String property)
           
 
Method Summary
 String getProperty()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexedMapObject

public IndexedMapObject(String property)
Method Detail

getProperty

public String getProperty()


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