|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MethodMeta
Metadata of an jva.lang.reflect.Method
MethodMeta wraps the actual Method object with user defined method's UI name, description and formatting object.
This metadata objct is instantiated by Selector
whenever the method is
found suitable for inclusion in State
.
created on Jun 22, 2005
Method Summary | |
---|---|
java.lang.String |
getDescription()
Property's UI description Descriptions in general are provided by the user in one way or another but automated description generation is also possible. |
java.text.Format |
getFormat()
get Property's formatting object Formatting object is responsible to provide the actual Method's value formatting e.g. dates, times, numbers, durations. |
java.lang.reflect.Method |
getMethod()
Underlying java.lang.reflect.method object, represented by this Property |
java.lang.String |
getName()
Property's UI name. |
Method Detail |
---|
java.lang.String getName()
Whether this is the actual method's name or some custom defined name
it depends on Selector
interface.
java.lang.String getDescription()
Descriptions in general are provided by the user in one way or
another but automated description generation is also possible.
This is governed by Selector
interface.
java.text.Format getFormat()
Formatting object is responsible to provide the actual Method's value formatting e.g. dates, times, numbers, durations.
Typically this object is used by
Property.getValue()
to generate the Property's value.
java.lang.reflect.Method getMethod()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |