public static enum CidsMeasurementPointSearchStatement.GST extends Enum<CidsMeasurementPointSearchStatement.GST>
| Modifier and Type | Method and Description |
|---|---|
int[] |
getCondition()
DOCUMENT ME!
|
static CidsMeasurementPointSearchStatement.GST |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CidsMeasurementPointSearchStatement.GST[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CidsMeasurementPointSearchStatement.GST LE2
public static final CidsMeasurementPointSearchStatement.GST LE3
public static final CidsMeasurementPointSearchStatement.GST LE6
public static final CidsMeasurementPointSearchStatement.GST LE10
public static CidsMeasurementPointSearchStatement.GST[] values()
for (CidsMeasurementPointSearchStatement.GST c : CidsMeasurementPointSearchStatement.GST.values()) System.out.println(c);
public static CidsMeasurementPointSearchStatement.GST 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 int[] getCondition()
Copyright © 2012–2025 cismet GmbH. All rights reserved.