DatapointType
Specifies the types an object may use when defining special objects. These types govern how an object is treated,
listed, and adapted throughout its lifecycle.
Content copied to clipboard
elide.model.DatapointType
Properties
Link copied to clipboard
The datamodel represents an event type.
Content copied to clipboard
EVENT = 2;
Link copied to clipboard
The datamodel represents a hash pre-image.
Content copied to clipboard
HASH = 5;
Link copied to clipboard
Specifies that this datapoint type is a record key.
Content copied to clipboard
OBJECT_KEY = 1;
Link copied to clipboard
The datamodel represents an object record.
Content copied to clipboard
OBJECT = 0;
Link copied to clipboard
The datamodel represents a table.
Content copied to clipboard
TABLE = 3;
Link copied to clipboard
The datamodel represents a wire object.
Content copied to clipboard
WIRE = 4;
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.