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