CAMSDataType class

Enumeration of data types used in DataType and DataFormat.

Constructors

CAMSDataType()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

all List<String>
Get a list of all available data types.
no setter

Static Methods

add(List<String> types) → void
Add a list of data types (as String) to the list of available data types.

Constants

DATUM → const String
ERROR → const String
EXECUTOR → const String
FILE → const String
MAP → const String
STRING → const String
UNKNOWN → const String