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