public static final class SystemProperty.ExternalJobType extends Enum
SystemProperty.EXTERNAL_JOB_TYPE
are obtained from the name()
method of elements of this enum, for example, ADFBC.name()
.Modifier and Type | Field and Description |
---|---|
static SystemProperty.ExternalJobType |
ADFBC |
static SystemProperty.ExternalJobType |
OSB |
static SystemProperty.ExternalJobType |
SOA |
Modifier and Type | Method and Description |
---|---|
static SystemProperty.ExternalJobType |
valueOf(String name) |
static SystemProperty.ExternalJobType[] |
values() |
public static final SystemProperty.ExternalJobType SOA
public static final SystemProperty.ExternalJobType OSB
public static final SystemProperty.ExternalJobType ADFBC
public static SystemProperty.ExternalJobType[] values()
public static SystemProperty.ExternalJobType valueOf(String name)