|
||||||||||
| 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 | |
|---|---|
Object |
getProperty(String name)
Get a property by its name. |
void |
setProperty(String name,
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 |
|---|
Object getProperty(String name)
name - the name of the property to get.
void setProperty(String name,
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 | |||||||||