|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ujac.util.exi.test.BeanAccessTest.TestBean
public class BeanAccessTest.TestBean
A class for testing purposes.
| Constructor Summary | |
|---|---|
BeanAccessTest.TestBean()
|
|
| Method Summary | |
|---|---|
double |
getDoubleValue()
Always returns 133.333333. |
float |
getFloatValue()
Always returns 12.5. |
int |
getIntValue()
Always returns 10. |
Object |
getNullValue()
Always returns null. |
String |
getStringValue()
Always returns "test". |
boolean |
isFalseProp()
Always returns false. |
boolean |
isTrueProp()
Always returns true. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BeanAccessTest.TestBean()
| Method Detail |
|---|
public boolean isTrueProp()
public boolean isFalseProp()
public Object getNullValue()
public String getStringValue()
public int getIntValue()
public double getDoubleValue()
public float getFloatValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||