PluginCurrentState Class

public final class PluginCurrentState
extends ExpandableStringEnum<PluginCurrentState>

Defines values for PluginCurrentState.

Field Summary

Modifier and Type Field and Description
static final PluginCurrentState CLEANUP

Static value Cleanup for PluginCurrentState.

static final PluginCurrentState ENDED

Static value Ended for PluginCurrentState.

static final PluginCurrentState MONITORING

Static value Monitoring for PluginCurrentState.

static final PluginCurrentState PREPARATION

Static value Preparation for PluginCurrentState.

static final PluginCurrentState QUEUED

Static value Queued for PluginCurrentState.

static final PluginCurrentState RESOURCE_ACQUISITION

Static value ResourceAcquisition for PluginCurrentState.

static final PluginCurrentState SUBMISSION

Static value Submission for PluginCurrentState.

Constructor Summary

Constructor Description
PluginCurrentState()

Method Summary

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

Creates or finds a PluginCurrentState from its string representation.

static Collection<PluginCurrentState> values()

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

CLEANUP

public static final PluginCurrentState CLEANUP

Static value Cleanup for PluginCurrentState.

ENDED

public static final PluginCurrentState ENDED

Static value Ended for PluginCurrentState.

MONITORING

public static final PluginCurrentState MONITORING

Static value Monitoring for PluginCurrentState.

PREPARATION

public static final PluginCurrentState PREPARATION

Static value Preparation for PluginCurrentState.

QUEUED

public static final PluginCurrentState QUEUED

Static value Queued for PluginCurrentState.

RESOURCE_ACQUISITION

public static final PluginCurrentState RESOURCE_ACQUISITION

Static value ResourceAcquisition for PluginCurrentState.

SUBMISSION

public static final PluginCurrentState SUBMISSION

Static value Submission for PluginCurrentState.

Constructor Details

PluginCurrentState

public PluginCurrentState()

Method Details

fromString

public static PluginCurrentState fromString(String name)

Creates or finds a PluginCurrentState from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding PluginCurrentState.

values

public static Collection values()

Returns:

known PluginCurrentState values.

Applies to