Share via


ApplicationType Class

public final class ApplicationType
extends ExpandableStringEnum<ApplicationType>

Application type of application.

Field Summary

Modifier and Type Field and Description
static final ApplicationType DESKTOP

Static value Desktop for ApplicationType.

static final ApplicationType REMOTE_APP

Static value RemoteApp for ApplicationType.

Constructor Summary

Constructor Description
ApplicationType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ApplicationType value.

Method Summary

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

Creates or finds a ApplicationType from its string representation.

static Collection<ApplicationType> values()

Gets known ApplicationType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

DESKTOP

public static final ApplicationType DESKTOP

Static value Desktop for ApplicationType.

REMOTE_APP

public static final ApplicationType REMOTE_APP

Static value RemoteApp for ApplicationType.

Constructor Details

ApplicationType

@Deprecated
public ApplicationType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ApplicationType value.

Method Details

fromString

public static ApplicationType fromString(String name)

Creates or finds a ApplicationType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding ApplicationType.

values

public static Collection<ApplicationType> values()

Gets known ApplicationType values.

Returns:

known ApplicationType values.

Applies to