Basic Types
Most SIDL types map directly into Java as shown in
Table 10.1.
Table 10.1:
SIDL to Java Type Mappings
| SIDL TYPE |
JAVA TYPE |
| int |
int |
| long |
long |
| float |
float |
| double |
double |
| bool |
boolean |
| char |
char |
| string |
String |
| fcomplex |
FloatComplex |
| dcomplex |
DoubleComplex |
| enum |
Enum |
| opaque |
long |
| interface |
interface |
| class |
class |
| array |
type.Array |
babel-0.10.2
users_guide Last Modified 2005-03-23
http://www.llnl.gov/CASC/components
components@llnl.gov