public enum MmvMetricType extends java.lang.Enum<MmvMetricType>
Enum Constant and Description |
---|
DOUBLE |
FLOAT |
I32 |
I64 |
NOT_SUPPORTED |
STRING |
U32 |
U64 |
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
description |
private int |
identifier |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
int |
getIdentifier() |
static MmvMetricType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MmvMetricType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MmvMetricType NOT_SUPPORTED
public static final MmvMetricType I32
public static final MmvMetricType U32
public static final MmvMetricType I64
public static final MmvMetricType U64
public static final MmvMetricType FLOAT
public static final MmvMetricType DOUBLE
public static final MmvMetricType STRING
private final int identifier
private final java.lang.String description
public static MmvMetricType[] values()
for (MmvMetricType c : MmvMetricType.values()) System.out.println(c);
public static MmvMetricType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getIdentifier()
public java.lang.String getDescription()