public static enum AnsprechpartnerDto.TitelEnum extends java.lang.Enum<AnsprechpartnerDto.TitelEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
AnsprechpartnerDto.TitelEnum.Adapter |
| Enum Constant and Description |
|---|
DR |
DR_DR |
FRAU |
HERR |
PROF_DR |
PROF_DR_DR |
| Modifier and Type | Method and Description |
|---|---|
static AnsprechpartnerDto.TitelEnum |
fromValue(java.lang.String value) |
java.lang.String |
getValue() |
java.lang.String |
toString() |
static AnsprechpartnerDto.TitelEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AnsprechpartnerDto.TitelEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnsprechpartnerDto.TitelEnum FRAU
public static final AnsprechpartnerDto.TitelEnum HERR
public static final AnsprechpartnerDto.TitelEnum DR
public static final AnsprechpartnerDto.TitelEnum DR_DR
public static final AnsprechpartnerDto.TitelEnum PROF_DR
public static final AnsprechpartnerDto.TitelEnum PROF_DR_DR
public static AnsprechpartnerDto.TitelEnum[] values()
for (AnsprechpartnerDto.TitelEnum c : AnsprechpartnerDto.TitelEnum.values()) System.out.println(c);
public static AnsprechpartnerDto.TitelEnum 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 nullpublic java.lang.String getValue()
public java.lang.String toString()
toString in class java.lang.Enum<AnsprechpartnerDto.TitelEnum>public static AnsprechpartnerDto.TitelEnum fromValue(java.lang.String value)