|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LabelParameterStrategy
This is a strategy interface for determining which parts of a method invocation are labeled. Not all arguments are necessarily labeled. This offers a plugabble mechanism to define various ways to label data.
| Method Summary | |
|---|---|
java.lang.String |
getLabel(java.lang.reflect.Method method,
java.lang.Object arg)
Get the actual label associated with the argument. |
boolean |
isLabeled(java.lang.reflect.Method method,
java.lang.Object arg)
Evaluate if one particular argument is labeled. |
| Method Detail |
|---|
java.lang.String getLabel(java.lang.reflect.Method method,
java.lang.Object arg)
method - arg -
boolean isLabeled(java.lang.reflect.Method method,
java.lang.Object arg)
method - arg -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||