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