private static enum Oracle11GAccess.ErrorCode extends java.lang.Enum<Oracle11GAccess.ErrorCode>
| Enum Constant and Description |
|---|
TableOrViewDoesNotExist |
| Modifier and Type | Field and Description |
|---|---|
private int |
code |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
static Oracle11GAccess.ErrorCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Oracle11GAccess.ErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Oracle11GAccess.ErrorCode TableOrViewDoesNotExist
public static Oracle11GAccess.ErrorCode[] values()
for (Oracle11GAccess.ErrorCode c : Oracle11GAccess.ErrorCode.values()) System.out.println(c);
public static Oracle11GAccess.ErrorCode 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 int getCode()