public final class FahrzeugArt extends Object
Modifier and Type | Field and Description |
---|---|
static FahrzeugArt |
KFZ
Kfz . |
static FahrzeugArt |
LKW
Lkw . |
static FahrzeugArt |
PKW
Pkw . |
Modifier and Type | Method and Description |
---|---|
String |
getAttributName()
Erfragt den Namen des Attributs Q... dieser Fahrzeugart
|
static Set<FahrzeugArt> |
getInstanzen()
Erfragt alle statische Instanzen dieser Klasse.
|
String |
toString() |
public static final FahrzeugArt KFZ
Kfz
.public static final FahrzeugArt PKW
Pkw
.public static final FahrzeugArt LKW
Lkw
.public static Set<FahrzeugArt> getInstanzen()
public String getAttributName()
Copyright © 2017 BitCtrl Systems GmbH. All rights reserved.