Partager via


JobStepActionType Class

public final class JobStepActionType
extends ExpandableStringEnum<JobStepActionType>

Type of action being executed by the job step.

Field Summary

Modifier and Type Field and Description
static final JobStepActionType TSQL

Static value TSql for JobStepActionType.

Constructor Summary

Constructor Description
JobStepActionType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of JobStepActionType value.

Method Summary

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

Creates or finds a JobStepActionType from its string representation.

static Collection<JobStepActionType> values()

Gets known JobStepActionType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

TSQL

public static final JobStepActionType TSQL

Static value TSql for JobStepActionType.

Constructor Details

JobStepActionType

@Deprecated
public JobStepActionType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of JobStepActionType value.

Method Details

fromString

public static JobStepActionType fromString(String name)

Creates or finds a JobStepActionType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding JobStepActionType.

values

public static Collection values()

Gets known JobStepActionType values.

Returns:

known JobStepActionType values.

Applies to