public static enum Interessent.Bevorzugt extends Enum<Interessent.Bevorzugt>
Modifier and Type | Method and Description |
---|---|
static Interessent.Bevorzugt |
fromValue(String v) |
String |
value() |
static Interessent.Bevorzugt |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Interessent.Bevorzugt[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Interessent.Bevorzugt EMAIL
public static final Interessent.Bevorzugt TEL
public static final Interessent.Bevorzugt MOBIL
public static final Interessent.Bevorzugt FAX
public static final Interessent.Bevorzugt BRIEF
public static Interessent.Bevorzugt[] values()
for (Interessent.Bevorzugt c : Interessent.Bevorzugt.values()) System.out.println(c);
public static Interessent.Bevorzugt 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 value()
public static Interessent.Bevorzugt fromValue(String v)
Copyright © 2015 OpenEstate. All rights reserved.