Interface IThingState
public interface IThingState
Defined thing states
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Thing has been deleted but is archivedstatic final int
Deactivated thingstatic final int
Normal thingstatic final int
Thing had been deleted but is still in the DB Usually indicates an error state on deletionstatic final int
could not find a record of that thingID in the DB
-
Field Details
-
NORMAL
static final int NORMALNormal thing- See Also:
-
INACTIVE
static final int INACTIVEDeactivated thing- See Also:
-
ARCHIVED
static final int ARCHIVEDThing has been deleted but is archived- See Also:
-
UNDESTROYED
static final int UNDESTROYEDThing had been deleted but is still in the DB Usually indicates an error state on deletion- See Also:
-
UNKNOWN
static final int UNKNOWNcould not find a record of that thingID in the DB- See Also:
-