|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertyHolder
PropertyHolder provides get and set methods on a holder.
ClassInfo
,
Nature
Method Summary | |
---|---|
java.lang.Object |
getProperty(java.lang.String name)
Get a property by its name. |
void |
setProperty(java.lang.String name,
java.lang.Object value)
Set a property specified by the name to the passed value. |
Methods inherited from interface org.castor.core.nature.NatureExtendable |
---|
addNature, hasNature |
Method Detail |
---|
java.lang.Object getProperty(java.lang.String name)
name
- the name of the property to get.
void setProperty(java.lang.String name, java.lang.Object value)
name
- the name of the property to set.value
- the value to set the specified property to.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |