public enum ECreateFunctionOptionType extends Enum<ECreateFunctionOptionType>
Enum Constant and Description |
---|
block |
common |
language |
objfile |
stmts |
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 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 nullCopyright © 2019. All rights reserved.