org.gcube.dataanalysis.executor.messagequeue
Enum ATTRIBUTE
java.lang.Object
java.lang.Enum<ATTRIBUTE>
org.gcube.dataanalysis.executor.messagequeue.ATTRIBUTE
- All Implemented Interfaces:
- Serializable, Comparable<ATTRIBUTE>
public enum ATTRIBUTE
- extends Enum<ATTRIBUTE>
|
Method Summary |
static ATTRIBUTE |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ATTRIBUTE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared. |
STATUS
public static final ATTRIBUTE STATUS
DONE
public static final ATTRIBUTE DONE
STARTED
public static final ATTRIBUTE STARTED
FINISHED
public static final ATTRIBUTE FINISHED
PROCESSING
public static final ATTRIBUTE PROCESSING
FATAL_ERROR
public static final ATTRIBUTE FATAL_ERROR
TRIVIAL_ERROR
public static final ATTRIBUTE TRIVIAL_ERROR
ORDER
public static final ATTRIBUTE ORDER
NODE
public static final ATTRIBUTE NODE
CONTENT
public static final ATTRIBUTE CONTENT
QSESSION
public static final ATTRIBUTE QSESSION
TOPIC_NAME
public static final ATTRIBUTE TOPIC_NAME
QUEUE_USER
public static final ATTRIBUTE QUEUE_USER
QUEUE_PASSWORD
public static final ATTRIBUTE QUEUE_PASSWORD
QUEUE_URL
public static final ATTRIBUTE QUEUE_URL
TOPIC_RESPONSE_NAME
public static final ATTRIBUTE TOPIC_RESPONSE_NAME
ERASE
public static final ATTRIBUTE ERASE
FILE_NAMES
public static final ATTRIBUTE FILE_NAMES
FILE_URLS
public static final ATTRIBUTE FILE_URLS
CONFIGURATION
public static final ATTRIBUTE CONFIGURATION
OUTPUTDIR
public static final ATTRIBUTE OUTPUTDIR
OWNER
public static final ATTRIBUTE OWNER
REMOTEDIR
public static final ATTRIBUTE REMOTEDIR
SERVICE_CLASS
public static final ATTRIBUTE SERVICE_CLASS
SERVICE_NAME
public static final ATTRIBUTE SERVICE_NAME
SCOPE
public static final ATTRIBUTE SCOPE
SCRIPT
public static final ATTRIBUTE SCRIPT
ARGUMENTS
public static final ATTRIBUTE ARGUMENTS
CLEAN_CACHE
public static final ATTRIBUTE CLEAN_CACHE
ERROR
public static final ATTRIBUTE ERROR
values
public static ATTRIBUTE[] 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 (ATTRIBUTE c : ATTRIBUTE.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static ATTRIBUTE 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 © 2012. All Rights Reserved.