共用方式為


JobStepOutputType Class

public final class JobStepOutputType
extends ExpandableStringEnum<JobStepOutputType>

The output destination type.

Field Summary

Modifier and Type Field and Description
static final JobStepOutputType SQL_DATABASE

Static value SqlDatabase for JobStepOutputType.

Constructor Summary

Constructor Description
JobStepOutputType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of JobStepOutputType value.

Method Summary

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

Creates or finds a JobStepOutputType from its string representation.

static Collection<JobStepOutputType> values()

Gets known JobStepOutputType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

SQL_DATABASE

public static final JobStepOutputType SQL_DATABASE

Static value SqlDatabase for JobStepOutputType.

Constructor Details

JobStepOutputType

@Deprecated
public JobStepOutputType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of JobStepOutputType value.

Method Details

fromString

public static JobStepOutputType fromString(String name)

Creates or finds a JobStepOutputType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding JobStepOutputType.

values

public static Collection values()

Gets known JobStepOutputType values.

Returns:

known JobStepOutputType values.

Applies to