Interface IFieldFromSelection

  • All Known Implementing Classes:
    FieldFromDatastoreSelection

    public interface IFieldFromSelection
    Definition of a field belonging to a Selection.

    This component is responsible for exposing the details of the field - type, name, etc - as well as any technical components used to store this field - dictionary, etc.

    Author:
    ActiveViam
    • Method Detail

      • getPosition

        int getPosition()
        Gets the position of the field in the selection it comes from.
      • getAlias

        String getAlias()
        Gets the alias of the field in the selection.