GroupTypeEnum Class

public final class GroupTypeEnum
extends ExpandableStringEnum<GroupTypeEnum>

Type of the HybridWorkerGroup.

Field Summary

Modifier and Type Field and Description
static final GroupTypeEnum SYSTEM

Static value System for GroupTypeEnum.

static final GroupTypeEnum USER

Static value User for GroupTypeEnum.

Constructor Summary

Constructor Description
GroupTypeEnum()

Method Summary

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

Creates or finds a GroupTypeEnum from its string representation.

static Collection<GroupTypeEnum> values()

Gets known GroupTypeEnum values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

SYSTEM

public static final GroupTypeEnum SYSTEM

Static value System for GroupTypeEnum.

USER

public static final GroupTypeEnum USER

Static value User for GroupTypeEnum.

Constructor Details

GroupTypeEnum

public GroupTypeEnum()

Method Details

fromString

public static GroupTypeEnum fromString(String name)

Creates or finds a GroupTypeEnum from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding GroupTypeEnum.

values

public static Collection values()

Gets known GroupTypeEnum values.

Returns:

known GroupTypeEnum values.

Applies to