public enum ReportableEntityType extends Enum<ReportableEntityType>
| Enum Constant and Description |
|---|
HISTOGRAM |
POINT |
SOURCE_TAG |
TRACE |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static ReportableEntityType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReportableEntityType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReportableEntityType POINT
public static final ReportableEntityType HISTOGRAM
public static final ReportableEntityType SOURCE_TAG
public static final ReportableEntityType TRACE
public static ReportableEntityType[] values()
for (ReportableEntityType c : ReportableEntityType.values()) System.out.println(c);
public static ReportableEntityType 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<ReportableEntityType>Copyright © 2019. All rights reserved.