EdgeEventType enum

Inheritance

Constructors

EdgeEventType()
const

Values

DASHBOARD → const EdgeEventType
ASSET → const EdgeEventType
DEVICE → const EdgeEventType
DEVICE_PROFILE → const EdgeEventType
ASSET_PROFILE → const EdgeEventType
ENTITY_VIEW → const EdgeEventType
ALARM → const EdgeEventType
RULE_CHAIN → const EdgeEventType
RULE_CHAIN_METADATA → const EdgeEventType
EDGE → const EdgeEventType
USER → const EdgeEventType
CUSTOMER → const EdgeEventType
RELATION → const EdgeEventType
TENANT → const EdgeEventType
WIDGETS_BUNDLE → const EdgeEventType
WIDGET_TYPE → const EdgeEventType
ADMIN_SETTINGS → const EdgeEventType
OTA_PACKAGE → const EdgeEventType
QUEUE → const EdgeEventType
ENTITY_GROUP → const EdgeEventType
SCHEDULER_EVENT → const EdgeEventType
WHITE_LABELING → const EdgeEventType
LOGIN_WHITE_LABELING → const EdgeEventType
CUSTOM_TRANSLATION → const EdgeEventType
ROLE → const EdgeEventType
GROUP_PERMISSION → const EdgeEventType
CONVERTER → const EdgeEventType
INTEGRATION → const EdgeEventType

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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

Constants

values → const List<EdgeEventType>
A constant List of the values in this enum, in order of their declaration.