| Library | Package | Standard Definitions |
| Interfaces | |
|---|---|
| jxobject | Base interface for all CIP Java interfaces and classes |
| jxenum | Base interface for all CIP Java enum classes |
| Classes | |
|---|---|
| jxthrowable | Base class for all CIP Java exception classes. |
| booleanseq | Sequence of booleans. |
| intseq | Sequence of integers. |
| realseq | Sequence of real numbers. |
| stringseq | Sequence of strings. |
| booleandict | Dictionary of booleans. |
| intdict | Dictionary of integers. |
| realdict | Dictionary of real numbers. |
| stringdict | Dictionary of strings. |