public static enum ISqlJetRaiseExpression.Action extends java.lang.Enum<ISqlJetRaiseExpression.Action>
| Modifier and Type | Method and Description |
|---|---|
static ISqlJetRaiseExpression.Action |
decode(java.lang.String s) |
java.lang.String |
toString() |
static ISqlJetRaiseExpression.Action |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ISqlJetRaiseExpression.Action[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ISqlJetRaiseExpression.Action IGNORE
public static final ISqlJetRaiseExpression.Action ROLLBACK
public static final ISqlJetRaiseExpression.Action ABORT
public static final ISqlJetRaiseExpression.Action FAIL
public static ISqlJetRaiseExpression.Action[] values()
for (ISqlJetRaiseExpression.Action c : ISqlJetRaiseExpression.Action.values()) System.out.println(c);
public static ISqlJetRaiseExpression.Action 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 nullpublic static ISqlJetRaiseExpression.Action decode(java.lang.String s)
public java.lang.String toString()
toString in class java.lang.Enum<ISqlJetRaiseExpression.Action>Copyright © 2009-2010 TMate Software Ltd. All Rights Reserved.