eu.planets_project.services.migrate
Enum MigrateAsync.AsyncStatus
java.lang.Object
java.lang.Enum<MigrateAsync.AsyncStatus>
eu.planets_project.services.migrate.MigrateAsync.AsyncStatus
- All Implemented Interfaces:
- Serializable, Comparable<MigrateAsync.AsyncStatus>
- Enclosing interface:
- MigrateAsync
public static enum MigrateAsync.AsyncStatus
- extends Enum<MigrateAsync.AsyncStatus>
Enum to track the asynch process status
INVALID
public static final MigrateAsync.AsyncStatus INVALID
IN_PROGRESS
public static final MigrateAsync.AsyncStatus IN_PROGRESS
COMPLETE
public static final MigrateAsync.AsyncStatus COMPLETE
values
public static MigrateAsync.AsyncStatus[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (MigrateAsync.AsyncStatus c : MigrateAsync.AsyncStatus.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static MigrateAsync.AsyncStatus valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
Copyright © 2013 Open Planets Foundation. All Rights Reserved.