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