|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.core.ca.co.common.config.CoConfigurationImpl
@Deprecated public class CoConfigurationImpl
Supported API: true
Extendable: false
| Field Summary |
|---|
| Fields inherited from interface com.ptc.core.ca.co.common.config.CoConfiguration |
|---|
TAG |
| Method Summary | |
|---|---|
void |
addProperty(String name,
String value)
Deprecated. Adds the attribute value for the attribute with a given name. |
ArrayList |
getAllFeatureValues(CoEnvData env)
Deprecated. Returns a list of all configuration features. |
Boolean |
getBooleanValue(com.ptc.core.ca.co.common.config.CoConfigFeatureType key,
CoEnvData env)
Deprecated. Return a boolean value for a given key. |
String |
getId()
Deprecated. Returns id of the configuration element. |
Integer |
getIntegerValue(com.ptc.core.ca.co.common.config.CoConfigFeatureType key,
CoEnvData env)
Deprecated. Return an integer value for a given key. |
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. |
String |
getStringValue(com.ptc.core.ca.co.common.config.CoConfigFeatureType key,
CoEnvData env)
Deprecated. Return a string value for a given key, Supported API: true |
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. |
Object |
getValue(com.ptc.core.ca.co.common.config.CoConfigFeatureType key,
CoEnvData env)
Deprecated. Returns a value for a given key. |
ArrayList |
getValues(com.ptc.core.ca.co.common.config.CoConfigFeatureType key,
CoEnvData env)
Deprecated. Returns a list of values for a given key. |
String |
toString()
Deprecated. Converts to a string sutable for debug purposes. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public Object getValue(com.ptc.core.ca.co.common.config.CoConfigFeatureType key,
CoEnvData env)
throws WTException
getValue in interface CoConfigFeaturekey - env -
WTException
public ArrayList getValues(com.ptc.core.ca.co.common.config.CoConfigFeatureType key,
CoEnvData env)
throws WTException
getValues in interface CoConfigFeaturekey - env -
WTException
public ArrayList getAllFeatureValues(CoEnvData env)
throws WTException
getAllFeatureValues in interface CoConfigFeatureenv -
WTException
public String getStringValue(com.ptc.core.ca.co.common.config.CoConfigFeatureType key,
CoEnvData env)
throws WTException
getStringValue in interface CoConfigFeaturekey - env -
WTException
public Integer getIntegerValue(com.ptc.core.ca.co.common.config.CoConfigFeatureType key,
CoEnvData env)
throws WTException
getIntegerValue in interface CoConfigFeaturekey - env -
WTException
public Boolean getBooleanValue(com.ptc.core.ca.co.common.config.CoConfigFeatureType key,
CoEnvData env)
throws WTException
getBooleanValue in interface CoConfigFeaturekey - env -
WTExceptionpublic String getTag()
getTag in interface CoConfiguration
public Iterator getPropertyNames()
throws WTException
getPropertyNames in interface CoConfigurationWTException
public String getProperty(String name)
throws WTException
getProperty in interface CoConfigurationname -
WTException
public void addProperty(String name,
String value)
throws WTException
addProperty in interface CoConfigurationname - value -
WTException
public ArrayList getSubElementConfigurationsForTag(String tag)
throws WTException
CoConfiguration
defined by the specified tag.
getSubElementConfigurationsForTag in interface CoConfigurationtag -
WTException
public Iterator getSubElementConfigurations()
throws WTException
CoConfiguration
of this element.
getSubElementConfigurations in interface CoConfigurationWTException
public CoConfiguration getSubElementConfiguration(String id)
throws WTException
CoConfiguration
defined with the specified id.
getSubElementConfiguration in interface CoConfigurationid -
WTException
public Iterator getSubElements()
throws WTException
CoConfiguration
of this element.
getSubElements in interface CoConfigurationWTException
public CoConfiguration getSubElementForId(String id)
throws WTException
CoConfiguration
defined with the specified id.
getSubElementForId in interface CoConfigurationid -
WTException
public ArrayList getSubElementsForTag(String tag)
throws WTException
getSubElementsForTag in interface CoConfigurationtag -
WTException
public CoConfiguration getSubElementConfigurationForTag(String tag)
throws WTException
getSubElementConfigurationForTag in interface CoConfigurationtag -
WTException
public CoConfiguration getSubElementForTag(String tag)
throws WTException
getSubElementForTag in interface CoConfigurationtag -
WTException
public String getId()
throws WTException
getId in interface CoConfigurationWTExceptionpublic CoConfiguration getParent()
getParent in interface CoConfigurationpublic String toString()
toString in interface CoConfigurationtoString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||