Udostępnij za pośrednictwem


StudentLabStatus Class

public final class StudentLabStatus
extends ExpandableStringEnum<StudentLabStatus>

Student Lab Status.

Field Summary

Modifier and Type Field and Description
static final StudentLabStatus ACTIVE

Static value Active for StudentLabStatus.

static final StudentLabStatus DELETED

Static value Deleted for StudentLabStatus.

static final StudentLabStatus DISABLED

Static value Disabled for StudentLabStatus.

static final StudentLabStatus EXPIRED

Static value Expired for StudentLabStatus.

static final StudentLabStatus PENDING

Static value Pending for StudentLabStatus.

Constructor Summary

Constructor Description
StudentLabStatus()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of StudentLabStatus value.

Method Summary

Modifier and Type Method and Description
static StudentLabStatus fromString(String name)

Creates or finds a StudentLabStatus from its string representation.

static Collection<StudentLabStatus> values()

Gets known StudentLabStatus values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

ACTIVE

public static final StudentLabStatus ACTIVE

Static value Active for StudentLabStatus.

DELETED

public static final StudentLabStatus DELETED

Static value Deleted for StudentLabStatus.

DISABLED

public static final StudentLabStatus DISABLED

Static value Disabled for StudentLabStatus.

EXPIRED

public static final StudentLabStatus EXPIRED

Static value Expired for StudentLabStatus.

PENDING

public static final StudentLabStatus PENDING

Static value Pending for StudentLabStatus.

Constructor Details

StudentLabStatus

@Deprecated
public StudentLabStatus()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of StudentLabStatus value.

Method Details

fromString

public static StudentLabStatus fromString(String name)

Creates or finds a StudentLabStatus from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding StudentLabStatus.

values

public static Collection<StudentLabStatus> values()

Gets known StudentLabStatus values.

Returns:

known StudentLabStatus values.

Applies to