public final class JobStepOutputType extends ExpandableStringEnum<JobStepOutputType>
| Modifier and Type | Field and Description |
|---|---|
static JobStepOutputType |
SQL_DATABASE
Static value SqlDatabase for JobStepOutputType.
|
| Constructor and Description |
|---|
JobStepOutputType() |
| Modifier and Type | Method and Description |
|---|---|
static JobStepOutputType |
fromString(String name)
Creates or finds a JobStepOutputType from its string representation.
|
static Collection<JobStepOutputType> |
values() |
equals, fromString, hashCode, toString, values, withNameValuepublic static final JobStepOutputType SQL_DATABASE
public static JobStepOutputType fromString(String name)
name - a name to look forpublic static Collection<JobStepOutputType> values()
Copyright © 2019. All rights reserved.