public interface AttributeProvider
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getAttribute(java.lang.String qualifier)
Gets the attribute value of managed source object for attribute with given qualifier without paying attention to
current session language.
|
java.lang.Object |
getLocalizedAttribute(java.lang.String qualifier,
java.util.Locale loc)
Gets the attribute value of managed source object for attribute with given qualifier for the given
Locale |
java.lang.Object getAttribute(java.lang.String qualifier)
qualifier - qualifier identifying the attribute for which the value is neededjava.lang.Object getLocalizedAttribute(java.lang.String qualifier,
java.util.Locale loc)
Localequalifier - qualifier identifying the attribute for which the value is neededloc - the localeCopyright © 2018 SAP SE. All Rights Reserved.