| Package | Description |
|---|---|
| com.sap.aii.mapping.api |
API for Java mapping programs.
|
| Modifier and Type | Method and Description |
|---|---|
static DynamicConfigurationKey |
DynamicConfigurationKey.create(String namespace,
String name)
Creates an instance of DynamicConfigurationKey
specifying the namespace and name.
|
| Modifier and Type | Method and Description |
|---|---|
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 2017 SAP AG Complete Copyright Notice