public enum GeoModellTypen extends java.lang.Enum<GeoModellTypen> implements SystemObjektTyp
GeoModellFactory
angelegt werden
können.Enum Constant and Description |
---|
FLAECHE_XY
Eine Fläche.
|
KOMPLEX_XY
komplexes Objekt.
|
LINIE_XY
Eine Linie.
|
PUNKT_LIEGT_AUF_LINIEN_OBJEKT
Eine Linie.
|
PUNKT_XY
Ein Punkt.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends SystemObjekt> |
getKlasse()
Gibt die Klasse des Objekts zu dem Typ zurück.
|
java.lang.String |
getPid()
Gibt die PID des Typs zurück.
|
static GeoModellTypen |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GeoModellTypen[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GeoModellTypen KOMPLEX_XY
public static final GeoModellTypen FLAECHE_XY
public static final GeoModellTypen PUNKT_XY
public static final GeoModellTypen LINIE_XY
public static final GeoModellTypen PUNKT_LIEGT_AUF_LINIEN_OBJEKT
public static GeoModellTypen[] values()
for (GeoModellTypen c : GeoModellTypen.values()) System.out.println(c);
public static GeoModellTypen valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.Class<? extends SystemObjekt> getKlasse()
SystemObjektTyp
getKlasse
in interface SystemObjektTyp
public java.lang.String getPid()
SystemObjektTyp
getPid
in interface SystemObjektTyp