|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.sap.ip.me.api.pios.configuration.Configuration
The Configuration class represents a set of parameters and its values for a configuration type.
| Constructor Summary | |
Configuration(java.lang.String name,
java.lang.String type,
ConfigurationManager confManager)
Internal use only. |
|
| Method Summary | |
java.lang.String |
getName()
Returns the name of the configuration. |
java.lang.String[] |
getParameters()
Returns the parameters for this configuration. |
java.lang.String |
getParameterValue(java.lang.String parameter)
Returns the parameter value. |
java.lang.String[] |
getPossibleValues(java.lang.String parameter)
Returns all possible values for an specific parameter. |
void |
setParameterValue(java.lang.String parameter,
java.lang.String value)
Sets the parameter value. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Configuration(java.lang.String name,
java.lang.String type,
ConfigurationManager confManager)
name - the name for the configuration.type - the type for the configuration.confManager - the instance of the configuration manager for this
configuration.| Method Detail |
public java.lang.String getName()
public java.lang.String[] getParameters()
public java.lang.String[] getPossibleValues(java.lang.String parameter)
throws ConfigurationException
parameter - the parameter name
ConfigurationException - thrown if the parameter is not valid.
public java.lang.String getParameterValue(java.lang.String parameter)
throws ConfigurationException
parameter - the parameter name.
ConfigurationException - thrown if the parameter does
not exist.
public void setParameterValue(java.lang.String parameter,
java.lang.String value)
throws ConfigurationException
parameter - the parameter namevalue - the value for this parameter
ConfigurationException - thrown if the parameter does not exist
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||