|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.jexl2.examples.MethodPropertyTest.Foo
public static class MethodPropertyTest.Foo
Helper example class.
| Constructor Summary | |
|---|---|
MethodPropertyTest.Foo()
|
|
| Method Summary | |
|---|---|
String |
convert(long i)
Gets a string from the argument. |
String |
get(String arg)
Gets an arbitrary property. |
String |
getFoo()
Gets foo. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MethodPropertyTest.Foo()
| Method Detail |
|---|
public String getFoo()
public String get(String arg)
arg - property name.
public String convert(long i)
i - a long.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||