public static enum ISqlGenerator.ESqlError extends Enum<ISqlGenerator.ESqlError>
| Enum Constant and Description |
|---|
E_RESOURCE_DO_NOT_EXISTS |
E_UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static ISqlGenerator.ESqlError |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ISqlGenerator.ESqlError[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ISqlGenerator.ESqlError E_UNKNOWN
public static final ISqlGenerator.ESqlError E_RESOURCE_DO_NOT_EXISTS
public static ISqlGenerator.ESqlError[] values()
for (ISqlGenerator.ESqlError c : ISqlGenerator.ESqlError.values()) System.out.println(c);
public static ISqlGenerator.ESqlError 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 nullCopyright © 2016 as-development.net. All rights reserved.