public interface Qualifier
| Modifier and Type | Method and Description |
|---|---|
<U> U |
getValueForType(java.lang.Class<U> type)
Extracts a value from this
Qualifier |
java.lang.String |
toFieldQualifier()
Returns a string representation of this
Qualifier object. |
<U> U getValueForType(java.lang.Class<U> type)
Qualifier object. The type should be one of the supported types of the corresponding
provider (see QualifierProvider.getSupportedTypes()).type - - the type of the value to extractjava.lang.IllegalArgumentException - if the type is not supportedjava.lang.String toFieldQualifier()
Qualifier object.String representation of this objectCopyright © 2018 SAP SE. All Rights Reserved.