Data types
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 |
Most SIDL types map directly into Java as shown in
Table 10.1.
The remainder of this subsection focuses specifically on interfaces,
abstract classes, exceptions (in general), enumerations, and arrays.
Subsections
babel-1.4.0
users_guide Last Modified 2008-10-16
http://www.llnl.gov/CASC/components
components@llnl.gov