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