public enum ApplicationApiType extends java.lang.Enum<ApplicationApiType>
| Enum Constant and Description |
|---|
HIGH_LEVEL
Defined using
StreamApplication |
LEGACY
Defined using defined using task.class config.
|
LOW_LEVEL
Defined using
TaskApplication |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationApiType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ApplicationApiType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApplicationApiType HIGH_LEVEL
StreamApplicationpublic static final ApplicationApiType LOW_LEVEL
TaskApplicationpublic static final ApplicationApiType LEGACY
public static ApplicationApiType[] values()
for (ApplicationApiType c : ApplicationApiType.values()) System.out.println(c);
public static ApplicationApiType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null