|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
DB - The type of dynamic bound object that bind(Object) should return.@Revision(value="$Revision: 1.2 $",
date="$Date: 2006/12/06 16:45:11 $",
tag="$Name: $")
public interface ReflectedBindable<DB extends DynamicBound>TODO: Javadoc
TODO: Unit tests, Code review, Javadoc review, Seal/Finalize TODO: equals, hashCode, toString
| Method Summary | |
|---|---|
DB |
bind(Object o)
TODO: Javadoc Return a dynamic bound interface representing this reflected bindable bound to the specified object, assuming the object is an instance of the appropriate reflected component. |
ReflectedComponent |
component()
TODO: Javadoc |
| Method Detail |
|---|
DB bind(Object o)
ReflectedComponent.isInstance(Object),
component().isInstance(o) must be true.
o -
ReflectedComponent component()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||