|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Represents a descriptor that can contain a set of properties (name/value).
| Method Summary | |
String |
addProperty(String name,
String value)
Add a property to this descriptor. |
String |
getProperty(String name)
Get the value of a property in this descriptor. |
Iterator |
listPropertyNames()
Returns an iterator over all properties set for this descriptor. |
String |
removeProperty(String name)
Remove a property from this descriptor. |
| Methods inherited from interface com.bea.wlai.common.IDescriptor |
fromXML, fromXML, fromXML, getDescription, getName, isReadOnly, makeReadOnly, setDescription, setName, toXML, toXML, toXML |
| Method Detail |
public String addProperty(String name,
String value)
name - The name of the property.value - The value of the property.
public String removeProperty(String name)
name - The name of the property.
public String getProperty(String name)
name - The name of the property.
public Iterator listPropertyNames()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||