public static enum StacInfoSearchStatement.Fields extends Enum<StacInfoSearchStatement.Fields>
| Enum Constant and Description |
|---|
BASE_LOGIN_NAME |
EXPIRATION |
ID |
STAC_OPTIONS_JSON |
| Modifier and Type | Method and Description |
|---|---|
static StacInfoSearchStatement.Fields |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StacInfoSearchStatement.Fields[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StacInfoSearchStatement.Fields ID
public static final StacInfoSearchStatement.Fields BASE_LOGIN_NAME
public static final StacInfoSearchStatement.Fields EXPIRATION
public static final StacInfoSearchStatement.Fields STAC_OPTIONS_JSON
public static StacInfoSearchStatement.Fields[] values()
for (StacInfoSearchStatement.Fields c : StacInfoSearchStatement.Fields.values()) System.out.println(c);
public static StacInfoSearchStatement.Fields 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 © 2012–2025 cismet GmbH. All rights reserved.