|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OperationMetaData
Meta data for operations.
Operation,
OperationEvent| Method Summary | |
|---|---|
String |
getAttributeName()
Returns the attribute name if the operation is exposed as JavaBean method, null otherwise. |
String |
getOperationName()
Returns the operation name. |
Class<?>[] |
getParameterTypes()
Returns the types of the operation's parameters. |
Class<?> |
getReturnType()
Return type of the operation. |
boolean |
isGetter()
Returns true if the operation is exposed as a JavaBean getter-
method, null otherwise. |
boolean |
isIs()
Returns true if the operation is exposed as a JavaBean boolean-is
method, null otherwise. |
boolean |
isSetter()
Returns true if the operation is exposed as a JavaBean setter-
method, null otherwise. |
| Methods inherited from interface org.beanlet.MetaData |
|---|
getDescription |
| Methods inherited from interface java.lang.reflect.AnnotatedElement |
|---|
getAnnotation, getAnnotations, getDeclaredAnnotations, isAnnotationPresent |
| Method Detail |
|---|
String getOperationName()
Class<?>[] getParameterTypes()
Class<?> getReturnType()
String getAttributeName()
null otherwise.
null otherwise.boolean isGetter()
true if the operation is exposed as a JavaBean getter-
method, null otherwise.
true if the operation is exposed as a JavaBean getter-
method, null otherwise.boolean isSetter()
true if the operation is exposed as a JavaBean setter-
method, null otherwise.
true if the operation is exposed as a JavaBean setter-
method, null otherwise.boolean isIs()
true if the operation is exposed as a JavaBean boolean-is
method, null otherwise.
true if the operation is exposed as a JavaBean boolean-is
method, null otherwise.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||