public interface Property extends ConfigBeanProxy
ConfigBeanProxy.Duck
Modifier and Type | Method and Description |
---|---|
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.
|
createChild, deepCopy, getParent, getParent
void setName(String value) throws PropertyVetoException
value
- allowed object is
String
PropertyVetoException
- if a listener vetoes the changevoid 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 changeCopyright © 2009–2017 Oracle Corporation. All rights reserved.