| Interface | Description |
|---|---|
| IPOPBase |
This interface declare the needed method for the serialization and the
deserialization of an object
|
| IPOPBaseConst |
This type is used for communicate with the pop-c++ only.
|
| IPOPBaseInput |
This type is used for communicate with the pop-c++ only.
|
| Class | Description |
|---|---|
| POPMutableByte |
Primitive settable byte for POPJava, needed for
POPParameter direction use in
methods |
| POPMutableChar |
Primitive settable char for POPJava, needed for
POPParameter direction use in
methods |
| POPMutableDouble |
Primitive settable double for POPJava, needed for
POPParameter direction use in
methods |
| POPMutableFloat |
Primitive settable float for POPJava, needed for
POPParameter direction use in
methods |
| POPMutableInt |
Primitive settable int for POPJava, needed for
POPParameter direction use in
methods |
| POPMutableLong |
Primitive settable long for POPJava, needed for
POPParameter direction use in
methods |
| POPMutableShort |
Primitive settable short for POPJava, needed for
POPParameter direction use in
methods |
| POPString |
Compatible with the POP-C++ paroc_string implementation
|