protected static class CurrencyQualifierProvider.CurrencyQualifier extends java.lang.Object implements Qualifier
| Constructor and Description |
|---|
CurrencyQualifier(CurrencyModel currency) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
CurrencyModel |
getCurrency() |
<U> U |
getValueForType(java.lang.Class<U> type)
Extracts a value from this
Qualifier |
int |
hashCode() |
java.lang.String |
toFieldQualifier()
Returns a string representation of this
Qualifier object. |
public CurrencyQualifier(CurrencyModel currency)
public CurrencyModel getCurrency()
public <U> U getValueForType(java.lang.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 java.lang.String toFieldQualifier()
QualifierQualifier object.toFieldQualifier in interface QualifierString representation of this objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2018 SAP SE. All Rights Reserved.