-
- All Implemented Interfaces:
public interface BaseField
-
-
Method Summary
Modifier and Type Method Description abstract ValidFieldNamegetFieldName()abstract StringgetColumnName()abstract StringgetMarkerName()abstract BooleangetNullable()abstract ColumnInfogetColumnInfo()-
-
Method Detail
-
getFieldName
abstract ValidFieldName getFieldName()
-
getColumnName
abstract String getColumnName()
-
getMarkerName
abstract String getMarkerName()
-
getNullable
abstract Boolean getNullable()
-
getColumnInfo
abstract ColumnInfo getColumnInfo()
-
-
-
-