public interface AddOnValueProviderRegistry
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<AddOnValueProvider> |
get(java.lang.String addOnName)
Returns the value provider for the given AddOn name.
|
java.util.Optional<AddOnValueProvider> get(java.lang.String addOnName)
addOnName - the name of the AddOn extensionOptional that either contains the value provider or is empty if no provider exists for the
given AddOn nameCopyright © 2018 SAP SE. All Rights Reserved.