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