Interface Field
-
- All Known Implementing Classes:
CSVField,EBXField,EBXLinkField,SpreadsheetField,SQLField,XMLField
public interface FieldReturns the configuration for a field.- Since:
- 2.3.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetIndex()Returns the specified field order.java.lang.StringgetLabel()Returns the specified field label.java.lang.StringgetName()Returns the specified field name.
-