| Interface | Description |
|---|---|
| EvaluableType<T> |
Type extension used to indicate, that following type objects are evaluable - they
can be translated to another runtime values. |
| Type<T> |
Type.
|
| TypeBase.Convert<A,T> |
Conversion between aliased type and base type.
|
| Class | Description |
|---|---|
| ArrayType<T> |
An array type, mapped to Java array.
|
| BooleanType |
Boolean type.
|
| DateTimeType |
Date time type.
|
| DateType |
Date type.
|
| FloatType |
Float type.
|
| FunctionType |
Function type.
|
| IntegerType |
Integer type.
|
| StringType |
String type.
|
| TableStoreType | |
| TypeBase<T> |
Type base. |
| TypedValue<T> |
Value wrapper with known
Type. |
| Types |
PlusWorkflow types.
|
| VariableType |
Variable type.
|
| Enum | Description |
|---|---|
| BasicTypes |
Basic types.
|
| Exception | Description |
|---|---|
| TypeException |
General type abstraction exception.
|
Copyright © 2022 Suncode. All rights reserved.