|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@Deprecated public interface CoConfigFeature
CoConfigFeature interface describes the basic aspect of
the configuration feature like a value for a given key. Configuration
feature let's DCA to abstract of the detais of whether a certain configuration
information is implemented in form of an attribute or sub-element.
Supported API: true
Extendable: false
| Field Summary |
|---|
| Fields inherited from interface com.ptc.core.ca.co.common.config.CoConfiguration |
|---|
TAG |
| Method Summary | |
|---|---|
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. |
Integer |
getIntegerValue(com.ptc.core.ca.co.common.config.CoConfigFeatureType key,
CoEnvData env)
Deprecated. Return an integer value for a given key. |
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 |
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. |
| Methods inherited from interface com.ptc.core.ca.co.common.config.CoConfiguration |
|---|
addProperty, getId, getParent, getProperty, getPropertyNames, getSubElementConfiguration, getSubElementConfigurationForTag, getSubElementConfigurations, getSubElementConfigurationsForTag, getSubElementForId, getSubElementForTag, getSubElements, getSubElementsForTag, getTag, toString |
| Method Detail |
|---|
Object getValue(com.ptc.core.ca.co.common.config.CoConfigFeatureType key,
CoEnvData env)
throws WTException
key - env -
WTException
ArrayList getValues(com.ptc.core.ca.co.common.config.CoConfigFeatureType key,
CoEnvData env)
throws WTException
key - env -
WTException
ArrayList getAllFeatureValues(CoEnvData env)
throws WTException
env -
WTException
String getStringValue(com.ptc.core.ca.co.common.config.CoConfigFeatureType key,
CoEnvData env)
throws WTException
key - env -
WTException
Integer getIntegerValue(com.ptc.core.ca.co.common.config.CoConfigFeatureType key,
CoEnvData env)
throws WTException
key - env -
WTException
Boolean getBooleanValue(com.ptc.core.ca.co.common.config.CoConfigFeatureType key,
CoEnvData env)
throws WTException
key - env -
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||