JobDegreeTypesItem

enum JobDegreeTypesItem : Enum<JobDegreeTypesItem> , ConvertibleToJava<JobDegreeTypesItem>

Entries

Link copied to clipboard

Default value. Represents no degree, or early childhood education. Maps to ISCED code 0. Ex) Kindergarten

Link copied to clipboard

Primary education which is typically the first stage of compulsory education. ISCED code 1. Ex) Elementary school

Link copied to clipboard

Lower secondary education; First stage of secondary education building on primary education, typically with a more subject-oriented curriculum. ISCED code 2. Ex) Middle school

Link copied to clipboard

Middle education; Second/final stage of secondary education preparing for tertiary education and/or providing skills relevant to employment. Usually with an increased range of subject options and streams. ISCED code 3. Ex) High school

Link copied to clipboard

Adult Remedial Education; Programmes providing learning experiences that build on secondary education and prepare for labour market entry and/or tertiary education. The content is broader than secondary but not as complex as tertiary education. ISCED code 4.

Link copied to clipboard

Associate's or equivalent; Short first tertiary programmes that are typically practically-based, occupationally-specific and prepare for labour market entry. These programmes may also provide a pathway to other tertiary programmes. ISCED code 5.

Link copied to clipboard

Bachelor's or equivalent; Programmes designed to provide intermediate academic and/or professional knowledge, skills and competencies leading to a first tertiary degree or equivalent qualification. ISCED code 6.

Link copied to clipboard

Master's or equivalent; Programmes designed to provide advanced academic and/or professional knowledge, skills and competencies leading to a second tertiary degree or equivalent qualification. ISCED code 7.

Link copied to clipboard

Doctoral or equivalent; Programmes designed primarily to lead to an advanced research qualification, usually concluding with the submission and defense of a substantive dissertation of publishable quality based on original research. ISCED code 8.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): JobDegreeTypesItem
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: JobDegreeTypesItem
Link copied to clipboard
Link copied to clipboard