|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IPropertiedDescriptor
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, getDescription, getName, isReadOnly, makeReadOnly, setDescription, setName, toXML, toXML |
| Method Detail |
|---|
String addProperty(String name,
String value)
name - The name of the property.value - The value of the property.
String removeProperty(String name)
name - The name of the property.
String getProperty(String name)
name - The name of the property.
Iterator listPropertyNames()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||