|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Revision(value="$Revision: 1.3 $",
date="$Date: 2006/12/06 16:45:12 $",
tag="$Name: $")
public interface ReflectedPropertyTODO: Javadoc
TODO: Unit tests, Code review, Javadoc review, Seal/Finalize TODO: equals, hashCode, toString
| Nested Class Summary | |
|---|---|
static class |
ReflectedProperty.Default
TODO: Javadoc |
| Method Summary | |
|---|---|
PropertyMode |
mode()
TODO: Javadoc Determine if this property is readable, writeable, neither or both. |
String |
name()
TODO: Javadoc The name of the property this object represents. |
Type |
type()
TODO: Javadoc The type of this property |
PropertyUse |
use()
TODO: Javadoc The use of this property. |
| Methods inherited from interface rcf.core.framework.component.ReflectedBindable |
|---|
bind, component |
| Method Detail |
|---|
PropertyMode mode()
StaticGetMethod or StaticSetMethod annotated method may override the value specified here.
It is an error to specify that a final field is writeable, and it is a warning to specify that e.g. a field
is not readable when it has a StaticGetMethod method or not writeable with a StaticSetMethod method.
String name()
Type type()
PropertyUse use()
StaticGetMethod or StaticSetMethod annotations.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||