public enum JobChartMeasure extends Enum<JobChartMeasure>
| Enum Constant and Description |
|---|
Duration |
MaxInvocationTime |
MinInvocationTime |
OperationCount |
| Modifier and Type | Method and Description |
|---|---|
static List<JobChartMeasure> |
asList() |
static JobChartMeasure |
getFromId(String id) |
String |
getId() |
String |
getLabel() |
String |
toString() |
static JobChartMeasure |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobChartMeasure[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JobChartMeasure Duration
public static final JobChartMeasure MaxInvocationTime
public static final JobChartMeasure MinInvocationTime
public static final JobChartMeasure OperationCount
public static JobChartMeasure[] values()
for (JobChartMeasure c : JobChartMeasure.values()) System.out.println(c);
public static JobChartMeasure 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 String toString()
toString in class Enum<JobChartMeasure>public String getLabel()
public String getId()
public static JobChartMeasure getFromId(String id)
id - public static List<JobChartMeasure> asList()
Copyright © 2016. All Rights Reserved.