public static enum Nutzung.TIME_SCALE extends Enum<Nutzung.TIME_SCALE>
| Modifier and Type | Method and Description |
|---|---|
static Nutzung.TIME_SCALE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Nutzung.TIME_SCALE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Nutzung.TIME_SCALE DAY
public static final Nutzung.TIME_SCALE MONTH
public static final Nutzung.TIME_SCALE YEAR
public static Nutzung.TIME_SCALE[] values()
for (Nutzung.TIME_SCALE c : Nutzung.TIME_SCALE.values()) System.out.println(c);
public static Nutzung.TIME_SCALE 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 nullCopyright © 2012–2025 cismet GmbH. All rights reserved.