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