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