|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Accessor<V,C>
Interface to access wrapped values where V
is the value and C
is the class of the object to get the
value from.
Method Summary | |
---|---|
V |
getValue(C object)
Retrun value V from given object of class C |
Method Detail |
---|
V getValue(C object)
V
from given object
of class C
object
- of type C
to get object from.
V
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |