Package com.activeviam.selection
Interface IFieldFromSelection
-
- All Known Implementing Classes:
FieldFromDatastoreSelection
public interface IFieldFromSelectionDefinition 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAlias()Gets the alias of the field in the selection.intgetPosition()Gets the position of the field in the selection it comes from.IFieldTypegetType()
-
-
-
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.
-
getType
IFieldType getType()
-
-