|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.omnaest.utils.beans.result.BeanMethodInformation
public class BeanMethodInformation
Information object for methods of bean classes.
| Field Summary | |
|---|---|
protected boolean |
isGetter
|
protected boolean |
isSetter
|
protected Method |
method
|
protected String |
referencedFieldName
|
| Constructor Summary | |
|---|---|
BeanMethodInformation(boolean isGetter,
boolean isSetter,
String referencedFieldName,
Method method)
|
|
| Method Summary | |
|---|---|
Method |
getMethod()
Returns the underlying Method. |
String |
getReferencedFieldName()
Get the field name which is referenced by this method. |
boolean |
isFieldAccessMethod()
Returns true, if the given method is a field access method. |
boolean |
isGetter()
Returns true, if the method has no parameters but a return type. |
boolean |
isSetter()
Is true, if a method has only one parameter and begins with "set". |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected boolean isGetter
protected boolean isSetter
protected String referencedFieldName
protected Method method
| Constructor Detail |
|---|
public BeanMethodInformation(boolean isGetter,
boolean isSetter,
String referencedFieldName,
Method method)
| Method Detail |
|---|
public boolean isFieldAccessMethod()
public boolean isGetter()
public boolean isSetter()
public String getReferencedFieldName()
public Method getMethod()
Method.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||