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