org.gcube.datatransfer.agent.impl.event
Enum Events.TransferTopics
java.lang.Object
java.lang.Enum<Events.TransferTopics>
org.gcube.datatransfer.agent.impl.event.Events.TransferTopics
- All Implemented Interfaces:
- Serializable, Comparable<Events.TransferTopics>, org.gcube.common.core.utils.events.GCUBETopic
- Enclosing class:
- Events
public static enum Events.TransferTopics
- extends Enum<Events.TransferTopics>
- implements org.gcube.common.core.utils.events.GCUBETopic
TRANSFER_START
public static final Events.TransferTopics TRANSFER_START
TRANSFER_END
public static final Events.TransferTopics TRANSFER_END
TRANSFER_FAIL
public static final Events.TransferTopics TRANSFER_FAIL
TRANSFER_CANCEL
public static final Events.TransferTopics TRANSFER_CANCEL
values
public static Events.TransferTopics[] 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 (Events.TransferTopics c : Events.TransferTopics.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static Events.TransferTopics 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. All Rights Reserved.