protected static class LanguageQualifierProvider.LanguageQualifier extends Object implements Qualifier
| Constructor and Description |
|---|
LanguageQualifier(LanguageModel language,
Locale locale) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
LanguageModel |
getLanguage() |
Locale |
getLocale() |
<U> U |
getValueForType(Class<U> type)
Extracts a value from this
Qualifier |
int |
hashCode() |
String |
toFieldQualifier()
Returns a string representation of this
Qualifier object. |
public LanguageQualifier(LanguageModel language, Locale locale)
public LanguageModel getLanguage()
public Locale getLocale()
public <U> U getValueForType(Class<U> type)
QualifierQualifier object. The type should be one of the supported types of the corresponding
provider (see QualifierProvider.getSupportedTypes()).getValueForType in interface Qualifiertype - - the type of the value to extractpublic String toFieldQualifier()
QualifierQualifier object.toFieldQualifier in interface QualifierString representation of this objectCopyright © 2017 SAP SE. All Rights Reserved.