org.apache.commons.jexl2
Class Foo
java.lang.Object
org.apache.commons.jexl2.Foo
public class Foo
- extends Object
A simple bean used for testing purposes
- Since:
- 1.0
|
Constructor Summary |
Foo()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Foo
public Foo()
bar
public String bar()
getBar
public String getBar()
getInnerFoo
public Foo getInnerFoo()
get
public String get(String arg)
convertBoolean
public String convertBoolean(boolean b)
getCount
public int getCount()
getCheeseList
public List<String> getCheeseList()
getCheezy
public Foo.Cheezy getCheezy()
getArray
public String[] getArray()
getArray2
public String[][] getArray2()
isSimple
public boolean isSimple()
square
public int square(int value)
getTrueAndModify
public boolean getTrueAndModify()
getModified
public boolean getModified()
getSize
public int getSize()
getProperty1
public String getProperty1()
setProperty1
public void setProperty1(String newValue)
Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.