Package de.pisa.psa.rst.uti
Schnittstelle DataMapping.StringMapper
- Alle bekannten Implementierungsklassen:
PsaRstApiObjBas.StringMapper
- Umschließende Klasse:
DataMapping
public static interface DataMapping.StringMapper
mapper for strings
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungmapToExternal
(Field field, String string) map a string as an external representationmapToInteral
(Field field, String string) map a string as an internal (PisaCubes) representation
-
Methodendetails
-
mapToExternal
map a string as an external representation- Parameter:
field
- class fieldstring
- input string- Gibt zurück:
- new string
- Löst aus:
Exception
-
mapToInteral
map a string as an internal (PisaCubes) representation- Parameter:
field
- class fieldstring
- input string- Gibt zurück:
- new string
- Löst aus:
Exception
-