public static enum MetricsLogTable.ID extends Enum<MetricsLogTable.ID>
Enum Constant and Description |
---|
CHANNEL_ID |
ID_BATCH |
LOG_DATE |
METRICS_CODE |
METRICS_DATE |
METRICS_DESCRIPTION |
METRICS_SUBJECT |
METRICS_TYPE |
METRICS_VALUE |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static MetricsLogTable.ID |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetricsLogTable.ID[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetricsLogTable.ID ID_BATCH
public static final MetricsLogTable.ID CHANNEL_ID
public static final MetricsLogTable.ID LOG_DATE
public static final MetricsLogTable.ID METRICS_DATE
public static final MetricsLogTable.ID METRICS_CODE
public static final MetricsLogTable.ID METRICS_DESCRIPTION
public static final MetricsLogTable.ID METRICS_SUBJECT
public static final MetricsLogTable.ID METRICS_TYPE
public static final MetricsLogTable.ID METRICS_VALUE
public static MetricsLogTable.ID[] values()
for (MetricsLogTable.ID c : MetricsLogTable.ID.values()) System.out.println(c);
public static MetricsLogTable.ID 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<MetricsLogTable.ID>
Copyright © 2018 Hitachi Vantara. All rights reserved.