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