public enum FBZ_Klasse extends Enum<FBZ_Klasse>
Enum Constant and Description |
---|
Glaette |
Platzregen |
Regen |
Schnee |
Modifier and Type | Method and Description |
---|---|
static FBZ_Klasse |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FBZ_Klasse[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FBZ_Klasse Regen
public static final FBZ_Klasse Schnee
public static final FBZ_Klasse Platzregen
public static final FBZ_Klasse Glaette
public static FBZ_Klasse[] values()
for (FBZ_Klasse c : FBZ_Klasse.values()) System.out.println(c);
public static FBZ_Klasse 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 nullCopyright © 2016 BitCtrl Systems GmbH. All rights reserved.