public static enum Attribut.DatenTyp extends Enum<Attribut.DatenTyp>
Modifier and Type | Method and Description |
---|---|
String |
getSpaltenName() |
static Attribut.DatenTyp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Attribut.DatenTyp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Attribut.DatenTyp String
public static final Attribut.DatenTyp Integer
public static final Attribut.DatenTyp Date
public static final Attribut.DatenTyp Decimal
public static final Attribut.DatenTyp Time
public static Attribut.DatenTyp[] values()
for (Attribut.DatenTyp c : Attribut.DatenTyp.values()) System.out.println(c);
public static Attribut.DatenTyp 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 nullpublic String getSpaltenName()
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.