DataModelType enum
The DataModelType
enum represents the different types of data models in the project.
Values
- user → const DataModelType
- facility → const DataModelType
- address → const DataModelType
- household → const DataModelType
- individual → const DataModelType
- projectBeneficiary → const DataModelType
- householdMember → const DataModelType
- product → const DataModelType
- productVariant → const DataModelType
- project → const DataModelType
- projectFacility → const DataModelType
- projectProductVariant → const DataModelType
- projectStaff → const DataModelType
- projectResource → const DataModelType
- projectType → const DataModelType
- stock → const DataModelType
- stockReconciliation → const DataModelType
- task → const DataModelType
- sideEffect → const DataModelType
- referral → const DataModelType
- serviceDefinition → const DataModelType
- service → const DataModelType
- complaints → const DataModelType
- attributes → const DataModelType
- boundary → const DataModelType
- serviceAttributes → const DataModelType
- locality → const DataModelType
- downsync → const DataModelType
- downsyncCriteria → const DataModelType
- hFReferral → const DataModelType
- attendanceRegister → const DataModelType
- attendance → const DataModelType
- userLocation → const DataModelType
Properties
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<
DataModelType> - A constant List of the values in this enum, in order of their declaration.