public final class SessionType
extends java.lang.Enum
OdiSession
.
Can be one of the following:
Modifier and Type | Field and Description |
---|---|
static SessionType |
NATIVE_ODI_SESSION
Native ODI Session.
|
static SessionType |
OOZIE_ODI_SESSION
Session representing Oozie.
|
static SessionType |
OWB_ODI_SESSION
Session representing OWB job.
|
Modifier and Type | Method and Description |
---|---|
static SessionType |
valueOf(java.lang.String name) |
static SessionType[] |
values() |
public static final SessionType NATIVE_ODI_SESSION
public static final SessionType OWB_ODI_SESSION
public static final SessionType OOZIE_ODI_SESSION
public static SessionType[] values()
public static SessionType valueOf(java.lang.String name)