| Package | Description |
|---|---|
| org.hibersap.conversion |
| Modifier and Type | Method and Description |
|---|---|
J |
Converter.convertToJava(S sapValue)
Convert the SAP value, as it is returned by the underlying interfacing technology (e.g. the
SAP Java Connector, JCo) to the Java data type of the corresponding BAPI class field.
|
Character |
CharConverter.convertToJava(String sapValue)
Convert the SAP value, as it is returned by the underlying interfacing technology (e.g. the
SAP Java Connector, JCo) to the Java data type of the corresponding BAPI class field.
|
Boolean |
BooleanConverter.convertToJava(String sapValue)
Convert the SAP value, as it is returned by the underlying interfacing technology (e.g. the
SAP Java Connector, JCo) to the Java data type of the corresponding BAPI class field.
|
String |
BooleanConverter.convertToSap(Boolean javaValue)
Convert the Java value of the corresponding BAPI class field to the data type as it is
expected by the underlying interfacing technology (e.g. the SAP Java Connector, JCo).
|
String |
CharConverter.convertToSap(Character javaValue)
Convert the Java value of the corresponding BAPI class field to the data type as it is
expected by the underlying interfacing technology (e.g. the SAP Java Connector, JCo).
|
S |
Converter.convertToSap(J javaValue)
Convert the Java value of the corresponding BAPI class field to the data type as it is
expected by the underlying interfacing technology (e.g. the SAP Java Connector, JCo).
|
Copyright © 2017 akquinet tech@spree GmbH. All Rights Reserved.