public enum MmvMetricType extends Enum<MmvMetricType>
Enum Constant and Description |
---|
DOUBLE |
FLOAT |
I32 |
I64 |
NOT_SUPPORTED |
STRING |
U32 |
U64 |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
int |
getIdentifier() |
static MmvMetricType |
valueOf(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
public static MmvMetricType[] values()
for (MmvMetricType c : MmvMetricType.values()) System.out.println(c);
public static MmvMetricType 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 int getIdentifier()
public String getDescription()
Copyright © 2009–2018 Performance Co-Pilot. All rights reserved.