Interface ExposedFields.FieldReference

Enclosing class:
ExposedFields

public static interface ExposedFields.FieldReference
A reference to an ExposedFields.ExposedField.
Since:
1.10
Author:
Christoph Strobl
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the raw, unqualified reference, i.e. the field reference without a $ prefix.
    Returns the reference value for the given field reference.
  • Method Details

    • getRaw

      String getRaw()
      Returns the raw, unqualified reference, i.e. the field reference without a $ prefix.
      Returns:
    • getReferenceValue

      Object getReferenceValue()
      Returns the reference value for the given field reference. Will return 1 for a synthetic, unaliased field or the raw rendering of the reference otherwise.
      Returns: