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