public enum Zulieferung extends Enum<Zulieferung>
| Enum Constant and Description |
|---|
DIREKT |
GANZTAEGIG |
INDIREKT |
KEINE_ANGABE |
PKW |
VON_HINTEN |
VON_VORN |
VORMITTAGS |
| Modifier and Type | Method and Description |
|---|---|
static Zulieferung |
parse(String value) |
String |
print() |
static Zulieferung |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Zulieferung[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Zulieferung KEINE_ANGABE
public static final Zulieferung DIREKT
public static final Zulieferung INDIREKT
public static final Zulieferung PKW
public static final Zulieferung VON_VORN
public static final Zulieferung VON_HINTEN
public static final Zulieferung GANZTAEGIG
public static final Zulieferung VORMITTAGS
public static Zulieferung[] values()
for (Zulieferung c : Zulieferung.values()) System.out.println(c);
public static Zulieferung 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 static Zulieferung parse(String value)
public String print()
Copyright © 2016 OpenEstate. All rights reserved.