Interface ValueProviderService
- All Known Implementing Classes:
ConstantValueProviderService
public interface ValueProviderService
Defines methods to retrieve the corresponding value representation for a given
Element.-
Method Summary
Modifier and TypeMethodDescriptiongetValueFor(Element field) Returns the correct corresponding value representation for the specified field.
-
Method Details
-
getValueFor
Returns the correct corresponding value representation for the specified field.- Parameters:
field- - for which the value is being retrieved- Returns:
- the correct value representation
-