public static enum ReportProtos.EssemReport.TimeUnit extends java.lang.Enum<ReportProtos.EssemReport.TimeUnit>
| Enum Constant and Description |
|---|
DAYS |
HOURS |
MICROS |
MILLIS |
MINUTES |
NANOS |
SECONDS |
| Modifier and Type | Field and Description |
|---|---|
static int |
DAYS_VALUE |
static int |
HOURS_VALUE |
static int |
MICROS_VALUE |
static int |
MILLIS_VALUE |
static int |
MINUTES_VALUE |
static int |
NANOS_VALUE |
static int |
SECONDS_VALUE |
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static <any> |
internalGetValueMap() |
static ReportProtos.EssemReport.TimeUnit |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ReportProtos.EssemReport.TimeUnit |
valueOf(int value) |
static ReportProtos.EssemReport.TimeUnit |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ReportProtos.EssemReport.TimeUnit[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReportProtos.EssemReport.TimeUnit NANOS
public static final ReportProtos.EssemReport.TimeUnit MICROS
public static final ReportProtos.EssemReport.TimeUnit MILLIS
public static final ReportProtos.EssemReport.TimeUnit SECONDS
public static final ReportProtos.EssemReport.TimeUnit MINUTES
public static final ReportProtos.EssemReport.TimeUnit HOURS
public static final ReportProtos.EssemReport.TimeUnit DAYS
public static final int NANOS_VALUE
public static final int MICROS_VALUE
public static final int MILLIS_VALUE
public static final int SECONDS_VALUE
public static final int MINUTES_VALUE
public static final int HOURS_VALUE
public static final int DAYS_VALUE
public static ReportProtos.EssemReport.TimeUnit[] values()
for (ReportProtos.EssemReport.TimeUnit c : ReportProtos.EssemReport.TimeUnit.values()) System.out.println(c);
public static ReportProtos.EssemReport.TimeUnit 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 final int getNumber()
public static ReportProtos.EssemReport.TimeUnit valueOf(int value)
public static <any> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static ReportProtos.EssemReport.TimeUnit valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)