Uses of Class
com.sap.aii.mapping.api.DynamicConfigurationKey

Packages that use DynamicConfigurationKey
com.sap.aii.mapping.api API for Java mapping programs. 
 

Uses of DynamicConfigurationKey in com.sap.aii.mapping.api
 

Methods in com.sap.aii.mapping.api that return DynamicConfigurationKey
static DynamicConfigurationKey DynamicConfigurationKey.create(String namespace, String name)
          Creates an instance of DynamicConfigurationKey specifying the namespace and name.
 

Methods in com.sap.aii.mapping.api with parameters of type DynamicConfigurationKey
abstract  boolean DynamicConfiguration.containsKey(DynamicConfigurationKey key)
          Returns true if this map contains an entry for the specified key, and false otherwise.
abstract  String DynamicConfiguration.get(DynamicConfigurationKey key)
          Returns the value for the specified key.
abstract  String DynamicConfiguration.put(DynamicConfigurationKey key, String value)
          Associates the specified value with the specified key.
abstract  String DynamicConfiguration.remove(DynamicConfigurationKey key)
          Removes the entry for this key if it is present.
 



Copyright 2014 SAP AG Complete Copyright Notice