public enum EAlterTypeOption extends Enum<EAlterTypeOption>
Enum Constant and Description |
---|
add |
addAttribute |
alter |
compile |
dropAttribute |
editionable |
instantiable |
modifyAttribute |
modifyLimit |
noneditionable |
noninstantiable |
replace |
reset |
Modifier and Type | Method and Description |
---|---|
static EAlterTypeOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EAlterTypeOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EAlterTypeOption editionable
public static final EAlterTypeOption noneditionable
public static final EAlterTypeOption reset
public static final EAlterTypeOption instantiable
public static final EAlterTypeOption noninstantiable
public static final EAlterTypeOption compile
public static final EAlterTypeOption replace
public static final EAlterTypeOption addAttribute
public static final EAlterTypeOption modifyAttribute
public static final EAlterTypeOption dropAttribute
public static final EAlterTypeOption alter
public static final EAlterTypeOption add
public static final EAlterTypeOption modifyLimit
public static EAlterTypeOption[] values()
for (EAlterTypeOption c : EAlterTypeOption.values()) System.out.println(c);
public static EAlterTypeOption 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