public static enum OtsDelivery.EventColumn.eventTimeFormat extends Enum<OtsDelivery.EventColumn.eventTimeFormat> implements com.google.protobuf.ProtocolMessageEnum
| Enum Constant and Description |
|---|
RFC1123 |
RFC3339 |
RFC822 |
RFC850 |
Unix |
| Modifier and Type | Field and Description |
|---|---|
static int |
RFC1123_VALUE |
static int |
RFC3339_VALUE |
static int |
RFC822_VALUE |
static int |
RFC850_VALUE |
static int |
Unix_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 com.google.protobuf.Internal.EnumLiteMap<OtsDelivery.EventColumn.eventTimeFormat> |
internalGetValueMap() |
static OtsDelivery.EventColumn.eventTimeFormat |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static OtsDelivery.EventColumn.eventTimeFormat |
valueOf(int value) |
static OtsDelivery.EventColumn.eventTimeFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OtsDelivery.EventColumn.eventTimeFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OtsDelivery.EventColumn.eventTimeFormat RFC822
public static final OtsDelivery.EventColumn.eventTimeFormat RFC850
public static final OtsDelivery.EventColumn.eventTimeFormat RFC1123
public static final OtsDelivery.EventColumn.eventTimeFormat RFC3339
public static final OtsDelivery.EventColumn.eventTimeFormat Unix
public static final int RFC822_VALUE
public static final int RFC850_VALUE
public static final int RFC1123_VALUE
public static final int RFC3339_VALUE
public static final int Unix_VALUE
public static OtsDelivery.EventColumn.eventTimeFormat[] values()
for (OtsDelivery.EventColumn.eventTimeFormat c : OtsDelivery.EventColumn.eventTimeFormat.values()) System.out.println(c);
public static OtsDelivery.EventColumn.eventTimeFormat 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 final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnumpublic static OtsDelivery.EventColumn.eventTimeFormat valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<OtsDelivery.EventColumn.eventTimeFormat> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static OtsDelivery.EventColumn.eventTimeFormat valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024. All Rights Reserved.