Interface SQLMappingColumnDefinition
public interface SQLMappingColumnDefinition
Deprecated.
Defines attributes for
SQLMappingColumn
implementations.- Since:
- 2.2.0
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic enum
Deprecated.Defines all internalSQLMappingColumnDefinition
implementations that are available in {addon.label}. -
Method Summary
Modifier and TypeMethodDescriptioncom.onwbp.base.text.UserMessage
Deprecated.Returns the description ofSQLMappingColumn
.com.onwbp.base.text.UserMessage
getLabel()
Deprecated.Returns the label ofSQLMappingColumn
.Deprecated.Returns an instance ofSQLMappingColumn
.
-
Method Details
-
getLabel
com.onwbp.base.text.UserMessage getLabel()Deprecated.Returns the label ofSQLMappingColumn
. -
getDescription
com.onwbp.base.text.UserMessage getDescription()Deprecated.Returns the description ofSQLMappingColumn
. -
getSQLMappingColumn
SQLMappingColumn getSQLMappingColumn()Deprecated.Returns an instance ofSQLMappingColumn
.
-
FieldMapperDefinition
.