protected static class CurrencyQualifierProvider.CurrencyQualifier extends Object implements Qualifier
| Constructor and Description |
|---|
CurrencyQualifier(CurrencyModel currency) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
CurrencyModel |
getCurrency() |
<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 CurrencyQualifier(CurrencyModel currency)
public CurrencyModel getCurrency()
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.