public static enum AbstraktGeraet.Art extends java.lang.Enum<AbstraktGeraet.Art>
Enum Constant and Description |
---|
DE
DE.
|
EAK
EAK.
|
INSELBUS
INSELBUS.
|
KRI
KRI.
|
SM
SM.
|
Modifier and Type | Method and Description |
---|---|
static AbstraktGeraet.Art |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AbstraktGeraet.Art[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstraktGeraet.Art KRI
public static final AbstraktGeraet.Art INSELBUS
public static final AbstraktGeraet.Art SM
public static final AbstraktGeraet.Art EAK
public static final AbstraktGeraet.Art DE
public static AbstraktGeraet.Art[] values()
for (AbstraktGeraet.Art c : AbstraktGeraet.Art.values()) System.out.println(c);
public static AbstraktGeraet.Art 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 null