public class AttributeDescriptorAllowedValuesProvider extends Object implements AvailableValuesProvider
| Constructor and Description |
|---|
AttributeDescriptorAllowedValuesProvider() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getAvailableValues(PropertyDescriptor propertyDescriptor)
Provides a list of available values for given PropertyDescriptor;
|
void |
setAllowedQualifiers(List<String> allowedQualifiers) |
void |
setFlexibleSearchService(FlexibleSearchService flexibleSearchService) |
void |
setTypeCode(String typeCode) |
void |
setTypeService(TypeService typeService) |
public AttributeDescriptorAllowedValuesProvider()
public List<Object> getAvailableValues(PropertyDescriptor propertyDescriptor)
AvailableValuesProvidergetAvailableValues in interface AvailableValuesProviderpublic void setAllowedQualifiers(List<String> allowedQualifiers)
allowedQualifiers - the allowedQualifiers to setpublic void setTypeCode(String typeCode)
typeCode - the typeCode to setpublic void setTypeService(TypeService typeService)
typeService - the typeService to setpublic void setFlexibleSearchService(FlexibleSearchService flexibleSearchService)
flexibleSearchService - the flexibleSearchService to setCopyright © 2017 SAP SE. All Rights Reserved.