|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Property
Property type definition.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
---|
ConfigBeanProxy.Duck |
Method Summary | |
---|---|
String |
getDescription()
Gets the value of the description property. |
String |
getName()
Gets the value of the name property. |
String |
getValue()
Gets the value of the value property. |
void |
setDescription(String value)
Sets the value of the description property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setValue(String value)
Sets the value of the value property. |
Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
---|
createChild, deepCopy, getParent, getParent |
Methods inherited from interface org.jvnet.hk2.component.Injectable |
---|
injectedInto |
Method Detail |
---|
String getName()
String
void setName(String value) throws PropertyVetoException
value
- allowed object is
String
PropertyVetoException
- if a listener vetoes the changeString getValue()
String
void setValue(String value) throws PropertyVetoException
value
- allowed object is
String
PropertyVetoException
- if a listener vetoes the changeString getDescription()
String
void setDescription(String value) throws PropertyVetoException
value
- allowed object is
String
PropertyVetoException
- if a listener vetoes the change
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |