Interface ConvertedField

  • All Known Subinterfaces:
    RelationalColumn

    @Incubating
    public interface ConvertedField
    An the base interface for a converted field that provides naming characteristics.
    Author:
    Jiri Pechanec
    • Method Detail

      • name

        String name()
        Returns:
        the name of the data field in data collection (like column in a table)
      • dataCollection

        String dataCollection()
        Returns:
        the qualified name of the data collection (like a table)