public enum ECreateFunctionOptionType extends Enum<ECreateFunctionOptionType>
Enum Constant and Description |
---|
block |
called_on_null_input |
comment |
common |
executeAs |
immutable |
language |
objfile |
returns_null_on_null_input |
stmts |
strict |
volatile_option |
window |
Modifier and Type | Method and Description |
---|---|
static ECreateFunctionOptionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ECreateFunctionOptionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ECreateFunctionOptionType stmts
public static final ECreateFunctionOptionType block
public static final ECreateFunctionOptionType language
public static final ECreateFunctionOptionType window
public static final ECreateFunctionOptionType common
public static final ECreateFunctionOptionType objfile
public static final ECreateFunctionOptionType called_on_null_input
public static final ECreateFunctionOptionType returns_null_on_null_input
public static final ECreateFunctionOptionType strict
public static final ECreateFunctionOptionType volatile_option
public static final ECreateFunctionOptionType immutable
public static final ECreateFunctionOptionType comment
public static final ECreateFunctionOptionType executeAs
public static ECreateFunctionOptionType[] values()
for (ECreateFunctionOptionType c : ECreateFunctionOptionType.values()) System.out.println(c);
public static ECreateFunctionOptionType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null