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 Summary

    Modifier and Type
    Method
    Description
    Gets the alias of the field in the selection.
    int
    Gets the position of the field in the selection it comes from.
     
  • Method Details

    • 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.
    • getType

      IFieldType getType()