|
|||||||||
| 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 | |
|---|---|
String |
getLabel(Method method,
Object arg)
Get the actual label associated with the argument. |
boolean |
isLabeled(Method method,
Object arg)
Evaluate if one particular argument is labeled. |
| Method Detail |
|---|
String getLabel(Method method,
Object arg)
method - arg -
boolean isLabeled(Method method,
Object arg)
method - arg -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||