public static enum StatisticGraph.GraphType extends Enum<StatisticGraph.GraphType>
| Enum Constant and Description |
|---|
CPU |
MEMORY |
MESSAGES |
SESSIONS |
THREADS |
| Modifier and Type | Method and Description |
|---|---|
org.jrobin.graph.RrdGraphDefTemplate |
getTemplate() |
static StatisticGraph.GraphType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatisticGraph.GraphType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StatisticGraph.GraphType SESSIONS
public static final StatisticGraph.GraphType MEMORY
public static final StatisticGraph.GraphType MESSAGES
public static final StatisticGraph.GraphType CPU
public static final StatisticGraph.GraphType THREADS
public static StatisticGraph.GraphType[] values()
for (StatisticGraph.GraphType c : StatisticGraph.GraphType.values()) System.out.println(c);
public static StatisticGraph.GraphType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic org.jrobin.graph.RrdGraphDefTemplate getTemplate()
Copyright © 2014. All Rights Reserved.