Next: Client Side: Using SIDL
Up: Java Bindings
Previous: Introduction
Contents
Index
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.99.0
users_guide Last Modified 2006-06-27
http://www.llnl.gov/CASC/components
components@llnl.gov