public static enum CommsMapComponent.ImportResult extends java.lang.Enum<CommsMapComponent.ImportResult>
| Modifier and Type | Method and Description |
|---|---|
CommsMapComponent.ImportResult |
getHigherPriority(CommsMapComponent.ImportResult other)
Compare this import result with another and return the result with
higher priority.
|
static CommsMapComponent.ImportResult |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CommsMapComponent.ImportResult[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommsMapComponent.ImportResult SUCCESS
public static final CommsMapComponent.ImportResult FAILURE
public static final CommsMapComponent.ImportResult DEFERRED
public static final CommsMapComponent.ImportResult IGNORE
public static CommsMapComponent.ImportResult[] values()
for (CommsMapComponent.ImportResult c : CommsMapComponent.ImportResult.values()) System.out.println(c);
public static CommsMapComponent.ImportResult valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic CommsMapComponent.ImportResult getHigherPriority(CommsMapComponent.ImportResult other)
other - Other result