Package de.pisa.psa.rst.uti
Interface DataMapping.StringMapper
- All Known Implementing Classes:
PsaRstApiObjBas.StringMapper
- Enclosing class:
- DataMapping
public static interface DataMapping.StringMapper
mapper for strings
-
Method Summary
Modifier and TypeMethodDescriptionmapToExternal
(Field field, String string) map a string as an external representationmapToInteral
(Field field, String string) map a string as an internal (PisaCubes) representation
-
Method Details
-
mapToExternal
map a string as an external representation- Parameters:
field
- class fieldstring
- input string- Returns:
- new string
- Throws:
Exception
-
mapToInteral
map a string as an internal (PisaCubes) representation- Parameters:
field
- class fieldstring
- input string- Returns:
- new string
- Throws:
Exception
-