|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<SGEBarGraph.SGEGraphType>
edu.mayo.bsi.ngsportal.client.SGEBarGraph.SGEGraphType
public static enum SGEBarGraph.SGEGraphType
List of types of graphs for the bar graph to display.
| Enum Constant Summary | |
|---|---|
AVERAGE
Average CPU Seconds |
|
AVGRUN
Average Metrics Over Runs |
|
COUNT
Execution Counts |
|
ERRORSPERRUN
Errors Per Run |
|
FLOWCELLSPERMONTH
Flow-cells Per Month |
|
RUNWALLCLOCK
Wall Clock Time by RunID |
|
SAMPLESPERMONTH
Samples Processed Per Month |
|
SAMPLEWALLCLOCK
Wall Clock Time by SampleID |
|
TOTAL
Total CPU Seconds |
|
| Method Summary | |
|---|---|
static SGEBarGraph.SGEGraphType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SGEBarGraph.SGEGraphType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final SGEBarGraph.SGEGraphType TOTAL
public static final SGEBarGraph.SGEGraphType AVERAGE
public static final SGEBarGraph.SGEGraphType COUNT
public static final SGEBarGraph.SGEGraphType AVGRUN
public static final SGEBarGraph.SGEGraphType RUNWALLCLOCK
public static final SGEBarGraph.SGEGraphType SAMPLEWALLCLOCK
public static final SGEBarGraph.SGEGraphType SAMPLESPERMONTH
public static final SGEBarGraph.SGEGraphType ERRORSPERRUN
public static final SGEBarGraph.SGEGraphType FLOWCELLSPERMONTH
| Method Detail |
|---|
public static SGEBarGraph.SGEGraphType[] values()
for (SGEBarGraph.SGEGraphType c : SGEBarGraph.SGEGraphType.values()) System.out.println(c);
public static SGEBarGraph.SGEGraphType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||