See: Description
| Interface | Description |
|---|---|
| Aggregate<T> |
Base class for EXPRESS-defined aggregates
|
| Class | Description |
|---|---|
| AggregateBinary |
Aggregate of String values
|
| AggregateBoolean |
Aggregate of Boolean values
|
| AggregateInteger |
Aggregate of Integer values
|
| AggregateLogical |
Aggregate of Logical values
|
| AggregateObject<T> |
Aggregate of Object types
|
| AggregatePrimitive<T> |
Aggregate is Java primitive types.
|
| AggregateReal |
Aggregate of Integer values
|
| AggregateString |
Aggregate of String values
|
| ArrayBinary |
Represents EXPRESS ARRAY of Binary
|
| ArrayBoolean |
Represents EXPRESS ARRAY of Boolean
|
| ArrayInteger |
Represents EXPRESS ARRAY of integer
|
| ArrayLogical |
Represents EXPRESS ARRAY of Logical
|
| ArrayReal |
Represents EXPRESS ARRAY of real
|
| ArrayString |
Represents EXPRESS ARRAY of string
|
| BagBinary |
Represents EXPRESS BAG of Binary
|
| BagBoolean |
Represents EXPRESS BAG of Boolean
|
| BagInteger |
Represents EXPRESS BAG of integer
|
| BagLogical |
Represents EXPRESS BAG of Logical
|
| BagReal |
Represents EXPRESS BAG of real
|
| BagString |
Represents EXPRESS BAG of string
|
| Binary |
Represents in instance on an EXPRESS BINARY type.
|
| ExpBoolean |
Represents an instances of an EXPRESS boolean value.
|
| ListBinary |
Represents EXPRESS LIST of Binary
|
| ListBoolean |
Represents EXPRESS LIST of Boolean
|
| ListInteger |
Represents EXPRESS LIST of integer
|
| ListLogical |
Represents EXPRESS BAG of Logical
|
| ListReal |
Represents EXPRESS LIST of real
|
| ListString |
Represents EXPRESS LIST of string
|
| Logical |
Represents an instances of an EXPRESS logical value.
|
| SetBinary |
Represents EXPRESS SET of Binary
|
| SetBoolean |
Represents EXPRESS ARRAY of Boolean
|
| SetInteger |
Represents EXPRESS Set of integer
|
| SetLogical |
Represents EXPRESS SET of Logical
|
| SetReal |
Represents EXPRESS SET of real
|
| SetString |
Represents EXPRESS SET of string
|