public interface Qualifier
| Modifier and Type | Method and Description |
|---|---|
<U> U |
getValueForType(Class<U> type)
Extracts a value from this
Qualifier |
String |
toFieldQualifier()
Returns a string representation of this
Qualifier object. |
<U> U getValueForType(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 extractIllegalArgumentException - if the type is not supportedString toFieldQualifier()
Qualifier object.String representation of this objectCopyright © 2017 SAP SE. All Rights Reserved.