com.sap.caf.eu.gp.model.fnd.config.api

Class GPA1SConfigurationSzenario

java.lang.Object
  extended bycom.sap.caf.eu.gp.model.fnd.config.api.GPA1SConfigurationSzenario

public class GPA1SConfigurationSzenario
extends Object


Constructor Summary
GPA1SConfigurationSzenario()
          Creates an instance.
 
Method Summary
 void addValue(GPConfigurationParameterName name, String value)
          Adds a value for a configuration parameter.
 Enumeration getAllowedNames()
          Returns the allowed names: java.util.enumeration of GPConfigurationParameterName.
 String getFormsEndpoint()
           
 String getValue(GPConfigurationParameterName name)
          Returns a value, if it existst, null otherwise.
 Enumeration getValues()
          Returns all values in the configuration szenario.
 void setFormsEndpoint(String string)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GPA1SConfigurationSzenario

public GPA1SConfigurationSzenario()
Creates an instance.

Method Detail

addValue

public void addValue(GPConfigurationParameterName name,
                     String value)
              throws IllegalArgumentException
Adds a value for a configuration parameter.

Throws:
IllegalArgumentException

getValue

public String getValue(GPConfigurationParameterName name)
                throws IllegalArgumentException
Returns a value, if it existst, null otherwise.

Throws:
IllegalArgumentException

getValues

public Enumeration getValues()
Returns all values in the configuration szenario.


getAllowedNames

public Enumeration getAllowedNames()
Returns the allowed names: java.util.enumeration of GPConfigurationParameterName.


getFormsEndpoint

public String getFormsEndpoint()
Returns:

setFormsEndpoint

public void setFormsEndpoint(String string)
                      throws IllegalArgumentException
Parameters:
string -
Throws:
IllegalArgumentException


Copyright 2006 SAP AG Complete Copyright Notice