Package com.activeviam.selection
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 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()
-