@Generated public enum FunctionInfoSqlDataAccess extends Enum<FunctionInfoSqlDataAccess>
| Enum Constant and Description |
|---|
CONTAINS_SQL |
NO_SQL |
READS_SQL_DATA |
| Modifier and Type | Method and Description |
|---|---|
static FunctionInfoSqlDataAccess |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FunctionInfoSqlDataAccess[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FunctionInfoSqlDataAccess CONTAINS_SQL
public static final FunctionInfoSqlDataAccess NO_SQL
public static final FunctionInfoSqlDataAccess READS_SQL_DATA
public static FunctionInfoSqlDataAccess[] values()
for (FunctionInfoSqlDataAccess c : FunctionInfoSqlDataAccess.values()) System.out.println(c);
public static FunctionInfoSqlDataAccess 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 © 2024. All rights reserved.