public enum MetricType extends java.lang.Enum<MetricType>
| Enum Constant and Description |
|---|
IN_GW_RCVD_TIME |
IN_GW_SEND_TIME |
IN_ME_RCVD_TIME |
IN_RE_RCVD_TIME |
IN_RE_SEND_TIME |
ME_TRANSACT_TIME |
NULL_VAL
To be used to represent not present or null.
|
OUT_GW_RCVD_TIME |
OUT_GW_SEND_TIME |
OUT_ME_SEND_TIME |
OUT_RE_RCVD_TIME |
| Modifier and Type | Method and Description |
|---|---|
static MetricType |
get(short value)
Lookup the enum value representing the value.
|
short |
value()
The raw encoded value in the Java type representation.
|
static MetricType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MetricType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetricType IN_GW_RCVD_TIME
public static final MetricType IN_GW_SEND_TIME
public static final MetricType IN_RE_RCVD_TIME
public static final MetricType IN_RE_SEND_TIME
public static final MetricType IN_ME_RCVD_TIME
public static final MetricType ME_TRANSACT_TIME
public static final MetricType OUT_ME_SEND_TIME
public static final MetricType OUT_RE_RCVD_TIME
public static final MetricType OUT_GW_RCVD_TIME
public static final MetricType OUT_GW_SEND_TIME
public static final MetricType NULL_VAL
public static MetricType[] values()
for (MetricType c : MetricType.values()) System.out.println(c);
public static MetricType 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 short value()
public static MetricType get(short value)
value - encoded to be looked up.Copyright © 2015-2022 Real Logic Limited. All Rights Reserved.