Package-level declarations

Types

Link copied to clipboard
enum AssetType : Enum<AssetType> , ConvertibleToJava<AssetType>

Asset's type.

Link copied to clipboard
enum ColumnFormat : Enum<ColumnFormat> , ConvertibleToJava<ColumnFormat>

Additional format information for the data type.

Link copied to clipboard
enum ColumnType : Enum<ColumnType> , ConvertibleToJava<ColumnType>

Data type of the column.

Link copied to clipboard
enum DiagnosticsLevel : Enum<DiagnosticsLevel> , ConvertibleToJava<DiagnosticsLevel>

Specifies the verbosity of the diagnostic output. Valid values are: None - disables tracing; Error - collects only error (stderr) traces; All - collects all traces (stdout and stderr).

Link copied to clipboard
enum InputPortType : Enum<InputPortType> , ConvertibleToJava<InputPortType>

Port data type.

Link copied to clipboard
enum OutputPortType : Enum<OutputPortType> , ConvertibleToJava<OutputPortType>

Port data type.

Link copied to clipboard
enum ParameterType : Enum<ParameterType> , ConvertibleToJava<ParameterType>

Graph parameter's type.