public enum ImportMode extends Enum<ImportMode>
| Modifier and Type | Method and Description |
|---|---|
static ImportMode |
getDefault() |
static ImportMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImportMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImportMode CREATE
public static final ImportMode UPDATE
public static final ImportMode DELETE
public static ImportMode[] values()
for (ImportMode c : ImportMode.values()) System.out.println(c);
public static ImportMode 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 ImportMode getDefault()
Copyright © 2010–2017 Henix, henix.fr. All rights reserved.