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