Package org.openflexo.pamela.converter
Class FileFormatConverter
- java.lang.Object
-
- org.openflexo.pamela.model.StringConverterLibrary.Converter<FileFormat>
-
- org.openflexo.pamela.converter.FileFormatConverter
-
public class FileFormatConverter extends StringConverterLibrary.Converter<FileFormat>
An implementation forFileFormat
<-> StringStringConverterLibrary.Converter
-
-
Field Summary
-
Fields inherited from class org.openflexo.pamela.model.StringConverterLibrary.Converter
converterClass
-
-
Constructor Summary
Constructors Constructor Description FileFormatConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FileFormat
convertFromString(java.lang.String value, PamelaModelFactory factory)
java.lang.String
convertToString(FileFormat value)
-
Methods inherited from class org.openflexo.pamela.model.StringConverterLibrary.Converter
getConverterClass
-
-
-
-
Method Detail
-
convertFromString
public FileFormat convertFromString(java.lang.String value, PamelaModelFactory factory)
- Specified by:
convertFromString
in classStringConverterLibrary.Converter<FileFormat>
-
convertToString
public java.lang.String convertToString(FileFormat value)
- Specified by:
convertToString
in classStringConverterLibrary.Converter<FileFormat>
-
-