org.gcube.messaging.common.messages.records
Enum ReportRecord.ReportSubType
java.lang.Object
java.lang.Enum<ReportRecord.ReportSubType>
org.gcube.messaging.common.messages.records.ReportRecord.ReportSubType
- All Implemented Interfaces:
- Serializable, Comparable<ReportRecord.ReportSubType>
- Enclosing class:
- ReportRecord
public static enum ReportRecord.ReportSubType
- extends Enum<ReportRecord.ReportSubType>
CREATE_REPORT
public static final ReportRecord.ReportSubType CREATE_REPORT
GENEARATE_REPORT_OUTPUT
public static final ReportRecord.ReportSubType GENEARATE_REPORT_OUTPUT
OPEN_REPORT
public static final ReportRecord.ReportSubType OPEN_REPORT
OPEN_WORKFLOW_REPORT
public static final ReportRecord.ReportSubType OPEN_WORKFLOW_REPORT
SAVE_WORKFLOW_REPORT
public static final ReportRecord.ReportSubType SAVE_WORKFLOW_REPORT
CREATE_TEMPLATE
public static final ReportRecord.ReportSubType CREATE_TEMPLATE
OPEN_TEMPLATE
public static final ReportRecord.ReportSubType OPEN_TEMPLATE
values
public static ReportRecord.ReportSubType[] 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 (ReportRecord.ReportSubType c : ReportRecord.ReportSubType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static ReportRecord.ReportSubType 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
toString
public String toString()
- Overrides:
toString
in class Enum<ReportRecord.ReportSubType>
Copyright © 2013. All Rights Reserved.