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