OccupationProfession
public enum OccupationProfession : String, Codable, Sendable, CaseIterable
Account occupation profession.
-
Accountant occupation profession type.
Declaration
Swift
case accountant = "ACCOUNTANT" -
Actor occupation profession type.
Declaration
Swift
case actor = "ACTOR" -
Administrative assistant occupation profession type.
Declaration
Swift
case administrativeAssistant = "ADMINISTRATIVE_ASSISTANT" -
Analyst occupation profession type.
Declaration
Swift
case analyst = "ANALYST" -
Architect occupation profession type.
Declaration
Swift
case architect = "ARCHITECT" -
Artist occupation profession type.
Declaration
Swift
case artist = "ARTIST" -
Carpenter occupation profession type.
Declaration
Swift
case carpenter = "CARPENTER" -
Cashier occupation profession type.
Declaration
Swift
case cashier = "CASHIER" -
Childcare occupation profession type.
Declaration
Swift
case childcare = "CHILDCARE" -
Cook occupation profession type.
Declaration
Swift
case cook = "COOK" -
Cleaner occupation profession type.
Declaration
Swift
case cleaner = "CLEANER" -
Coach occupation profession type.
Declaration
Swift
case coach = "COACH" -
Constructionworker occupation profession type.
Declaration
Swift
case constructionWorker = "CONSTRUCTION_WORKER" -
Consultant occupation profession type.
Declaration
Swift
case consultant = "CONSULTANT" -
Content creator occupation profession type.
Declaration
Swift
case contentCreator = "CONTENT_CREATOR" -
Counselor occupation profession type.
Declaration
Swift
case counselor = "COUNSELOR" -
Customer service occupation profession type.
Declaration
Swift
case customerService = "CUSTOMER_SERVICE" -
Data entry occupation profession type.
Declaration
Swift
case dataEntry = "DATA_ENTRY" -
Designer occupation profession type.
Declaration
Swift
case designer = "DESIGNER" -
Dentist occupation profession type.
Declaration
Swift
case dentist = "DENTIST" -
Developer occupation profession type.
Declaration
Swift
case developer = "DEVELOPER" -
Dietitian occupation profession type.
Declaration
Swift
case dietitian = "DIETITIAN" -
Doctor occupation profession type.
Declaration
Swift
case doctor = "DOCTOR" -
Driver occupation profession type.
Declaration
Swift
case driver = "DRIVER" -
Editor occupation profession type.
Declaration
Swift
case editor = "EDITOR" -
Electrician occupation profession type.
Declaration
Swift
case electrician = "ELECTRICIAN" -
Engineer occupation profession type.
Declaration
Swift
case engineer = "ENGINEER" -
Esthetician occupation profession type.
Declaration
Swift
case esthetician = "ESTHETICIAN" -
Executive occupation profession type.
Declaration
Swift
case executive = "EXECUTIVE" -
Executive assistant occupation profession type.
Declaration
Swift
case executiveAssistant = "EXECUTIVE_ASSISTANT" -
Farmer occupation profession type.
Declaration
Swift
case farmer = "FARMER" -
Financial advisor occupation profession type.
Declaration
Swift
case financialAdvisor = "FINANCIAL_ADVISOR" -
Firefighter occupation profession type.
Declaration
Swift
case firefighter = "FIREFIGHTER" -
Graphic designer occupation profession type.
Declaration
Swift
case graphicDesigner = "GRAPHIC_DESIGNER" -
Hairdresser occupation profession type.
Declaration
Swift
case hairdresser = "HAIRDRESSER" -
Human resources occupation profession type.
Declaration
Swift
case humanResources = "HUMAN_RESOURCES" -
IT support occupation profession type.
Declaration
Swift
case itSupport = "IT_SUPPORT" -
Janitor occupation profession type.
Declaration
Swift
case janitor = "JANITOR" -
Judge occupation profession type.
Declaration
Swift
case judge = "JUDGE" -
Lawyer occupation profession type.
Declaration
Swift
case lawyer = "LAWYER" -
Librarian occupation profession type.
Declaration
Swift
case librarian = "LIBRARIAN" -
Maintenance worker occupation profession type.
Declaration
Swift
case maintenanceWorker = "MAINTENANCE_WORKER" -
Manager occupation profession type.
Declaration
Swift
case manager = "MANAGER" -
Medical assistant occupation profession type.
Declaration
Swift
case medicalAssistant = "MEDICAL_ASSISTANT" -
Mechanic occupation profession type.
Declaration
Swift
case mechanic = "MECHANIC" -
Military occupation profession type.
Declaration
Swift
case military = "MILITARY" -
Musician occupation profession type.
Declaration
Swift
case musician = "MUSICIAN" -
Nurse occupation profession type.
Declaration
Swift
case nurse = "NURSE" -
Paralegal occupation profession type.
Declaration
Swift
case paralegal = "PARALEGAL" -
Paramedic occupation profession type.
Declaration
Swift
case paramedic = "PARAMEDIC" -
Pharmacist occupation profession type.
Declaration
Swift
case pharmacist = "PHARMACIST" -
Photographer occupation profession type.
Declaration
Swift
case photographer = "PHOTOGRAPHER" -
Physical therapist occupation profession type.
Declaration
Swift
case physicalTherapist = "PHYSICAL_THERAPIST" -
Pilot occupation profession type.
Declaration
Swift
case pilot = "PILOT" -
Plumber occupation profession type.
Declaration
Swift
case plumber = "PLUMBER" -
Police officer occupation profession type.
Declaration
Swift
case policeOfficer = "POLICE_OFFICER" -
Politician occupation profession type.
Declaration
Swift
case politician = "POLITICIAN" -
Project manager occupation profession type.
Declaration
Swift
case projectManager = "PROJECT_MANAGER" -
Psychologist occupation profession type.
Declaration
Swift
case psychologist = "PSYCHOLOGIST" -
Receptionist occupation profession type.
Declaration
Swift
case receptionist = "RECEPTIONIST" -
Researcher occupation profession type.
Declaration
Swift
case researcher = "RESEARCHER" -
Retail associate occupation profession type.
Declaration
Swift
case retailAssociate = "RETAIL_ASSOCIATE" -
Sales representative occupation profession type.
Declaration
Swift
case salesRepresentative = "SALES_REPRESENTATIVE" -
Scientist occupation profession type.
Declaration
Swift
case scientist = "SCIENTIST" -
Security guard occupation profession type.
Declaration
Swift
case securityGuard = "SECURITY_GUARD" -
Social worker occupation profession type.
Declaration
Swift
case socialWorker = "SOCIAL_WORKER" -
Teacher occupation profession type.
Declaration
Swift
case teacher = "TEACHER" -
Technician occupation profession type.
Declaration
Swift
case technician = "TECHNICIAN" -
Translator occupation profession type.
Declaration
Swift
case translator = "TRANSLATOR" -
Veterinarian occupation profession type.
Declaration
Swift
case veterinarian = "VETERINARIAN" -
Warehouse worker occupation profession type.
Declaration
Swift
case warehouseWorker = "WAREHOUSE_WORKER" -
Welder occupation profession type.
Declaration
Swift
case welder = "WELDER" -
Writer occupation profession type.
Declaration
Swift
case writer = "WRITER"
View on GitHub