public static enum PlSqlFragment.AlterSubType extends java.lang.Enum<PlSqlFragment.AlterSubType>
| Enum Constant and Description |
|---|
ADD_ATTRIBUTE |
ADD_METHOD |
DROP_ATTRIBUTE |
DROP_METHOD |
MODIFY_ATTRIBUTE |
| Modifier and Type | Method and Description |
|---|---|
static PlSqlFragment.AlterSubType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PlSqlFragment.AlterSubType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
public static final PlSqlFragment.AlterSubType ADD_ATTRIBUTE
public static final PlSqlFragment.AlterSubType DROP_ATTRIBUTE
public static final PlSqlFragment.AlterSubType MODIFY_ATTRIBUTE
public static final PlSqlFragment.AlterSubType ADD_METHOD
public static final PlSqlFragment.AlterSubType DROP_METHOD
public static PlSqlFragment.AlterSubType[] values()
for (PlSqlFragment.AlterSubType c : PlSqlFragment.AlterSubType.values())
System.out.println(c);
public static PlSqlFragment.AlterSubType 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