public static enum StacInfoSearchStatement.SearchBy extends Enum<StacInfoSearchStatement.SearchBy>
| Enum Constant and Description |
|---|
KASSENZEICHEN_ID |
STAC_ID |
| Modifier and Type | Method and Description |
|---|---|
static StacInfoSearchStatement.SearchBy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StacInfoSearchStatement.SearchBy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StacInfoSearchStatement.SearchBy STAC_ID
public static final StacInfoSearchStatement.SearchBy KASSENZEICHEN_ID
public static StacInfoSearchStatement.SearchBy[] values()
for (StacInfoSearchStatement.SearchBy c : StacInfoSearchStatement.SearchBy.values()) System.out.println(c);
public static StacInfoSearchStatement.SearchBy 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.