|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@Deprecated public interface CoConfiguration
CoConfiguration interface describes the basic aspects of
the configuration element like tag, parent, sub-elements, etc.
Supported API: true
Extendable: false
| Field Summary | |
|---|---|
static String |
TAG
Deprecated. Label for the attribute; the value of the tag of the configuration element. |
| Method Summary | |
|---|---|
void |
addProperty(String name,
String value)
Deprecated. Adds the attribute value for the attribute with a given name. |
String |
getId()
Deprecated. Returns id of the configuration element. |
CoConfiguration |
getParent()
Deprecated. Returns the parent of the configuration element. |
String |
getProperty(String name)
Deprecated. Returns the attribute value for the attribute with a given name. |
Iterator |
getPropertyNames()
Deprecated. Returns the iterator to iterate through a list of attributes. |
CoConfiguration |
getSubElementConfiguration(String id)
Deprecated. Returns the configuration of sub-element of this element ( CoConfiguration
defined with the specified id. |
CoConfiguration |
getSubElementConfigurationForTag(String tag)
Deprecated. Returns configuration sub-elements of this element that has a tag specified by 'tag' parameter. |
Iterator |
getSubElementConfigurations()
Deprecated. Returns a list of configuration elements that are sub-elements ( CoConfiguration
of this element. |
ArrayList |
getSubElementConfigurationsForTag(String tag)
Deprecated. Returns a list of configuration sub-elements of this element ( CoConfiguration
defined by the specified tag. |
CoConfiguration |
getSubElementForId(String id)
Deprecated. Returns the configuration of sub-element of this element ( CoConfiguration
defined with the specified id. |
CoConfiguration |
getSubElementForTag(String tag)
Deprecated. Returns configuration sub-elements of this element that has a tag specified by 'tag' parameter. |
Iterator |
getSubElements()
Deprecated. Returns a list of configuration elements that are sub-elements ( CoConfiguration
of this element. |
ArrayList |
getSubElementsForTag(String tag)
Deprecated. Returns a list of those sub-elements that have given tag Supported API: true |
String |
getTag()
Deprecated. Returns the tag of the configuration element. |
String |
toString()
Deprecated. Converts to a string sutable for debug purposes. |
| Field Detail |
|---|
static final String TAG
| Method Detail |
|---|
String getTag()
Iterator getPropertyNames()
throws WTException
WTException
String getProperty(String name)
throws WTException
name -
WTException
void addProperty(String name,
String value)
throws WTException
name - value -
WTException
ArrayList getSubElementConfigurationsForTag(String tag)
throws WTException
CoConfiguration
defined by the specified tag.
tag -
WTException
Iterator getSubElementConfigurations()
throws WTException
CoConfiguration
of this element.
WTException
CoConfiguration getSubElementConfiguration(String id)
throws WTException
CoConfiguration
defined with the specified id.
id -
WTException
Iterator getSubElements()
throws WTException
CoConfiguration
of this element.
WTException
CoConfiguration getSubElementForId(String id)
throws WTException
CoConfiguration
defined with the specified id.
id -
WTException
ArrayList getSubElementsForTag(String tag)
throws WTException
tag -
WTException
CoConfiguration getSubElementConfigurationForTag(String tag)
throws WTException
tag -
WTException
CoConfiguration getSubElementForTag(String tag)
throws WTException
tag -
WTException
String getId()
throws WTException
WTExceptionCoConfiguration getParent()
String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||