EntityActivationStateEnumState class

Current state.

Inheritance

Constructors

EntityActivationStateEnumState(int value)
const

Properties

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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toPrettyString() String
Output this as a pretty string. Override for propper text.
override
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

names Map<EntityActivationStateEnumState, String>
no setter
values List<EntityActivationStateEnumState>
no setter

Constants

eas_act_done → const EntityActivationStateEnumState
Activation is completed.
eas_act_fail → const EntityActivationStateEnumState
The activation procedure failed and the field 'error' contains the error message.
eas_act_ip → const EntityActivationStateEnumState
Activation is in progress.
eas_active → const EntityActivationStateEnumState
Entity is active.
eas_deact_done → const EntityActivationStateEnumState
Deactivation is in progress.
eas_deact_fail → const EntityActivationStateEnumState
The deactivation procedure failed and the field 'error' contains the error message.
eas_deact_ip → const EntityActivationStateEnumState
Deactivation is in progress.
eas_inactive → const EntityActivationStateEnumState
Entity is inactive.