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