ApplicationGroupType Class

public final class ApplicationGroupType
extends ExpandableStringEnum<ApplicationGroupType>

Resource Type of ApplicationGroup.

Field Summary

Modifier and Type Field and Description
static final ApplicationGroupType DESKTOP

Static value Desktop for ApplicationGroupType.

static final ApplicationGroupType REMOTE_APP

Static value RemoteApp for ApplicationGroupType.

Constructor Summary

Constructor Description
ApplicationGroupType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ApplicationGroupType value.

Method Summary

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

Creates or finds a ApplicationGroupType from its string representation.

static Collection<ApplicationGroupType> values()

Gets known ApplicationGroupType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

DESKTOP

public static final ApplicationGroupType DESKTOP

Static value Desktop for ApplicationGroupType.

REMOTE_APP

public static final ApplicationGroupType REMOTE_APP

Static value RemoteApp for ApplicationGroupType.

Constructor Details

ApplicationGroupType

@Deprecated
public ApplicationGroupType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ApplicationGroupType value.

Method Details

fromString

public static ApplicationGroupType fromString(String name)

Creates or finds a ApplicationGroupType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding ApplicationGroupType.

values

public static Collection<ApplicationGroupType> values()

Gets known ApplicationGroupType values.

Returns:

known ApplicationGroupType values.

Applies to