ApplicationType Class

public final class ApplicationType
extends ExpandableStringEnum<ApplicationType>

Type of application being monitored.

Field Summary

Modifier and Type Field and Description
static final ApplicationType OTHER

Static value other for ApplicationType.

static final ApplicationType WEB

Static value web 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

OTHER

public static final ApplicationType OTHER

Static value other for ApplicationType.

WEB

public static final ApplicationType WEB

Static value web 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 values()

Gets known ApplicationType values.

Returns:

known ApplicationType values.

Applies to