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