public static enum Context.DestClausePrefix extends Enum<Context.DestClausePrefix>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static Context.DestClausePrefix |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Context.DestClausePrefix[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Context.DestClausePrefix INSERT
public static final Context.DestClausePrefix UPDATE
public static final Context.DestClausePrefix DELETE
public static Context.DestClausePrefix[] values()
for (Context.DestClausePrefix c : Context.DestClausePrefix.values()) System.out.println(c);
public static Context.DestClausePrefix 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 nullpublic String toString()
toString in class Enum<Context.DestClausePrefix>Copyright © 2019 The Apache Software Foundation. All Rights Reserved.