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