|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IConversionRule
Interface for all conversion strategies (rules of conversion), used by the IImportConverter
to transform
given data to a specified domain model field.
Method Summary | |
---|---|
void |
clear()
Clears the conversion rule's configuration. |
IConversionRule |
createCopy()
Creates a copy of the current conversion rule. |
String |
getFormat()
Retrieves the domain field format. |
boolean |
isComplete()
Checks whether current conversion rule is fully configured - all necessary parameters are present and the the conversion process can be performed. |
void |
setFormat(String format)
Sets the domain field format. |
Method Detail |
---|
boolean isComplete()
void clear()
IConversionRule createCopy()
void setFormat(String format)
format
- the field formatString getFormat()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |