public static enum AbstraktGeraet.Art extends 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(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(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.