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 Type
    Method
    Description
    Returns the correct corresponding value representation for the specified field.
  • Method Details

    • getValueFor

      String getValueFor(Element field)
      Returns the correct corresponding value representation for the specified field.
      Parameters:
      field - - for which the value is being retrieved
      Returns:
      the correct value representation