public enum MifModellTypen extends Enum<MifModellTypen> implements SystemObjektTyp
MifModellFactory
angelegt werden
können.Enum Constant and Description |
---|
GEWAESSER
die Grenzen eines Gewässers.
|
KREISGRENZEN
die Grenzen eines Kreise.
|
ORTSLAGE
die Grenzen eines Ortes.
|
ORTSNAME
Eine Ortsbezeichung.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends SystemObjekt> |
getKlasse()
Gibt die Klasse des Objekts zu dem Typ zurück.
|
String |
getPid()
Gibt die PID des Typs zurück.
|
static MifModellTypen |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MifModellTypen[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MifModellTypen KREISGRENZEN
public static final MifModellTypen ORTSLAGE
public static final MifModellTypen GEWAESSER
public static final MifModellTypen ORTSNAME
public static MifModellTypen[] values()
for (MifModellTypen c : MifModellTypen.values()) System.out.println(c);
public static MifModellTypen 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 Class<? extends SystemObjekt> getKlasse()
SystemObjektTyp
getKlasse
in interface SystemObjektTyp
public String getPid()
SystemObjektTyp
getPid
in interface SystemObjektTyp
Copyright © 2017 BitCtrl Systems GmbH. All rights reserved.