Interface FieldMapperDefinition
-
public interface FieldMapperDefinitionDefines attributes forFieldMapperimplementations.- Since:
- 2.3.0
-
-
Field Summary
Fields Modifier and Type Field Description static FieldMapperDefinitionMAP_LABEL_AND_TYPE_WITH_INSENSITIVEAFieldMapperDefinitionthat maps the column's label and data type without using case-sensitive comparison.static FieldMapperDefinitionMAP_LABEL_AND_TYPE_WITH_SENSITIVEAFieldMapperDefinitionthat maps the column's label and data type using case-sensitive comparison.static FieldMapperDefinitionMAP_LABEL_WITH_INSENSITIVEAFieldMapperDefinitionthat maps the column's label without using case-sensitive comparison.static FieldMapperDefinitionMAP_LABEL_WITH_SENSITIVEAFieldMapperDefinitionthat maps the column's label using case-sensitive comparison.static FieldMapperDefinitionMAP_NAME_AND_TYPE_WITH_INSENSITIVEAFieldMapperDefinitionthat maps the column's name and data type without using case-sensitive comparison.static FieldMapperDefinitionMAP_NAME_AND_TYPE_WITH_SENSITIVEAFieldMapperDefinitionthat maps the column's name and data type using case-sensitive comparison.static FieldMapperDefinitionMAP_NAME_WITH_INSENSITIVEAFieldMapperDefinitionthat maps the column's name without using case-sensitive comparison.static FieldMapperDefinitionMAP_NAME_WITH_SENSITIVEAFieldMapperDefinitionthat maps the column's name using case-sensitive comparison.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.onwbp.base.text.UserMessagegetDescription()Returns the description ofFieldMapper.FieldMappergetFieldMapper()Returns an instance ofFieldMapper.com.onwbp.base.text.UserMessagegetLabel()Returns the label ofFieldMapper.
-
-
-
Field Detail
-
MAP_LABEL_AND_TYPE_WITH_INSENSITIVE
static final FieldMapperDefinition MAP_LABEL_AND_TYPE_WITH_INSENSITIVE
AFieldMapperDefinitionthat maps the column's label and data type without using case-sensitive comparison.
-
MAP_LABEL_AND_TYPE_WITH_SENSITIVE
static final FieldMapperDefinition MAP_LABEL_AND_TYPE_WITH_SENSITIVE
AFieldMapperDefinitionthat maps the column's label and data type using case-sensitive comparison.
-
MAP_LABEL_WITH_INSENSITIVE
static final FieldMapperDefinition MAP_LABEL_WITH_INSENSITIVE
AFieldMapperDefinitionthat maps the column's label without using case-sensitive comparison.
-
MAP_LABEL_WITH_SENSITIVE
static final FieldMapperDefinition MAP_LABEL_WITH_SENSITIVE
AFieldMapperDefinitionthat maps the column's label using case-sensitive comparison.
-
MAP_NAME_AND_TYPE_WITH_INSENSITIVE
static final FieldMapperDefinition MAP_NAME_AND_TYPE_WITH_INSENSITIVE
AFieldMapperDefinitionthat maps the column's name and data type without using case-sensitive comparison.
-
MAP_NAME_AND_TYPE_WITH_SENSITIVE
static final FieldMapperDefinition MAP_NAME_AND_TYPE_WITH_SENSITIVE
AFieldMapperDefinitionthat maps the column's name and data type using case-sensitive comparison.
-
MAP_NAME_WITH_INSENSITIVE
static final FieldMapperDefinition MAP_NAME_WITH_INSENSITIVE
AFieldMapperDefinitionthat maps the column's name without using case-sensitive comparison.
-
MAP_NAME_WITH_SENSITIVE
static final FieldMapperDefinition MAP_NAME_WITH_SENSITIVE
AFieldMapperDefinitionthat maps the column's name using case-sensitive comparison.
-
-
Method Detail
-
getLabel
com.onwbp.base.text.UserMessage getLabel()
Returns the label ofFieldMapper.
-
getDescription
com.onwbp.base.text.UserMessage getDescription()
Returns the description ofFieldMapper.
-
getFieldMapper
FieldMapper getFieldMapper()
Returns an instance ofFieldMapper.
-
-