ForcedLabourIndustry enum

Options for forced labour industry (Tier 1)

Refer to field definitions: https://github.com/UNMigration/HTCDS/blob/master/Field%20Definitions.mdx

Inheritance

Constructors

ForcedLabourIndustry(String text)
const

Values

agriculture → const ForcedLabourIndustry
const ForcedLabourIndustry(r"Agriculture, forestry and fishing")
mining → const ForcedLabourIndustry
const ForcedLabourIndustry(r"Mining and quarrying")
manufacturing → const ForcedLabourIndustry
const ForcedLabourIndustry(r"Manufacturing")
electricity → const ForcedLabourIndustry
const ForcedLabourIndustry(r"Electricity, gas, steam and air conditioning supply")
water → const ForcedLabourIndustry
const ForcedLabourIndustry(r"Water supply; sewerage, waste management and remediation")
construction → const ForcedLabourIndustry
const ForcedLabourIndustry(r"Construction")
wholesaleRetailTradeRepair → const ForcedLabourIndustry
const ForcedLabourIndustry(r"Wholesale and retail trade; repair of motor vehicles and motorcycles")
transportationAndStorage → const ForcedLabourIndustry
const ForcedLabourIndustry(r"Transportation and storage")
accommodationAndFoodServices → const ForcedLabourIndustry
const ForcedLabourIndustry(r"Accommodation and food service activities")
infoComm → const ForcedLabourIndustry
const ForcedLabourIndustry(r"Information and communication")
financial → const ForcedLabourIndustry
const ForcedLabourIndustry(r"Financial and insurance activities")
realEstate → const ForcedLabourIndustry
const ForcedLabourIndustry(r"Real estate activities")
professional → const ForcedLabourIndustry
const ForcedLabourIndustry(r"Professional, scientific and technical activities")
administrative → const ForcedLabourIndustry
const ForcedLabourIndustry(r"Administrative and support service activities")
defence → const ForcedLabourIndustry
const ForcedLabourIndustry(r"Public administration and defence; compulsory social security")
education → const ForcedLabourIndustry
const ForcedLabourIndustry(r"Education")
health → const ForcedLabourIndustry
const ForcedLabourIndustry(r"Human health and social work activities")
entertainment → const ForcedLabourIndustry
const ForcedLabourIndustry(r"Arts, entertainment and recreation")
other → const ForcedLabourIndustry
const ForcedLabourIndustry(r"Other service activities")
household → const ForcedLabourIndustry
const ForcedLabourIndustry(r"Activities of households as employers; undifferentiated goods- and services- producing activities of households for own use")
extraterritorial → const ForcedLabourIndustry
const ForcedLabourIndustry(r"Activities of extraterritorial organizations and bodies")

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
text String
final

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<ForcedLabourIndustry>
A constant List of the values in this enum, in order of their declaration.