Interface FieldTypeConverter
-
- All Known Implementing Classes:
MapFieldTypeConverter
public interface FieldTypeConverterDefines interface to convert a general field type to an implementation specific type.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringconvertFieldType(String fieldType)Convert a generic field type to an implementation specific type.StringretrieveFieldType(String implementationFieldType)Retrieve the generic field type from the implementation specific type.
-