public static enum GcdmGridProto.CdmCalendar extends Enum<GcdmGridProto.CdmCalendar> implements com.google.protobuf.ProtocolMessageEnum
CURRENTLY UNUSEDProtobuf enum
ucar.gcdm.CdmCalendar| Enum Constant and Description |
|---|
CDM_CALENDAR_ALL_LEAP
CDM_CALENDAR_ALL_LEAP = 4; |
CDM_CALENDAR_GREGORIAN
CDM_CALENDAR_GREGORIAN = 2; |
CDM_CALENDAR_JULIAN
CDM_CALENDAR_JULIAN = 6; |
CDM_CALENDAR_NO_LEAP
CDM_CALENDAR_NO_LEAP = 3; |
CDM_CALENDAR_NONE
CDM_CALENDAR_NONE = 7; |
CDM_CALENDAR_PROLEPTIC_GREGORIAN
CDM_CALENDAR_PROLEPTIC_GREGORIAN = 1; |
CDM_CALENDAR_UNIFORM_30_DAY
CDM_CALENDAR_UNIFORM_30_DAY = 5; |
CDM_CALENDAR_UNSPECIFIED
CDM_CALENDAR_UNSPECIFIED = 0; |
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
CDM_CALENDAR_ALL_LEAP_VALUE
CDM_CALENDAR_ALL_LEAP = 4; |
static int |
CDM_CALENDAR_GREGORIAN_VALUE
CDM_CALENDAR_GREGORIAN = 2; |
static int |
CDM_CALENDAR_JULIAN_VALUE
CDM_CALENDAR_JULIAN = 6; |
static int |
CDM_CALENDAR_NO_LEAP_VALUE
CDM_CALENDAR_NO_LEAP = 3; |
static int |
CDM_CALENDAR_NONE_VALUE
CDM_CALENDAR_NONE = 7; |
static int |
CDM_CALENDAR_PROLEPTIC_GREGORIAN_VALUE
CDM_CALENDAR_PROLEPTIC_GREGORIAN = 1; |
static int |
CDM_CALENDAR_UNIFORM_30_DAY_VALUE
CDM_CALENDAR_UNIFORM_30_DAY = 5; |
static int |
CDM_CALENDAR_UNSPECIFIED_VALUE
CDM_CALENDAR_UNSPECIFIED = 0; |
| Modifier and Type | Method and Description |
|---|---|
static GcdmGridProto.CdmCalendar |
forNumber(int value) |
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<GcdmGridProto.CdmCalendar> |
internalGetValueMap() |
static GcdmGridProto.CdmCalendar |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static GcdmGridProto.CdmCalendar |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static GcdmGridProto.CdmCalendar |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GcdmGridProto.CdmCalendar[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GcdmGridProto.CdmCalendar CDM_CALENDAR_UNSPECIFIED
CDM_CALENDAR_UNSPECIFIED = 0;public static final GcdmGridProto.CdmCalendar CDM_CALENDAR_PROLEPTIC_GREGORIAN
CDM_CALENDAR_PROLEPTIC_GREGORIAN = 1;public static final GcdmGridProto.CdmCalendar CDM_CALENDAR_GREGORIAN
CDM_CALENDAR_GREGORIAN = 2;public static final GcdmGridProto.CdmCalendar CDM_CALENDAR_NO_LEAP
CDM_CALENDAR_NO_LEAP = 3;public static final GcdmGridProto.CdmCalendar CDM_CALENDAR_ALL_LEAP
CDM_CALENDAR_ALL_LEAP = 4;public static final GcdmGridProto.CdmCalendar CDM_CALENDAR_UNIFORM_30_DAY
CDM_CALENDAR_UNIFORM_30_DAY = 5;public static final GcdmGridProto.CdmCalendar CDM_CALENDAR_JULIAN
CDM_CALENDAR_JULIAN = 6;public static final GcdmGridProto.CdmCalendar CDM_CALENDAR_NONE
CDM_CALENDAR_NONE = 7;public static final GcdmGridProto.CdmCalendar UNRECOGNIZED
public static final int CDM_CALENDAR_UNSPECIFIED_VALUE
CDM_CALENDAR_UNSPECIFIED = 0;public static final int CDM_CALENDAR_PROLEPTIC_GREGORIAN_VALUE
CDM_CALENDAR_PROLEPTIC_GREGORIAN = 1;public static final int CDM_CALENDAR_GREGORIAN_VALUE
CDM_CALENDAR_GREGORIAN = 2;public static final int CDM_CALENDAR_NO_LEAP_VALUE
CDM_CALENDAR_NO_LEAP = 3;public static final int CDM_CALENDAR_ALL_LEAP_VALUE
CDM_CALENDAR_ALL_LEAP = 4;public static final int CDM_CALENDAR_UNIFORM_30_DAY_VALUE
CDM_CALENDAR_UNIFORM_30_DAY = 5;public static final int CDM_CALENDAR_JULIAN_VALUE
CDM_CALENDAR_JULIAN = 6;public static final int CDM_CALENDAR_NONE_VALUE
CDM_CALENDAR_NONE = 7;public static GcdmGridProto.CdmCalendar[] values()
for (GcdmGridProto.CdmCalendar c : GcdmGridProto.CdmCalendar.values()) System.out.println(c);
public static GcdmGridProto.CdmCalendar 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.ProtocolMessageEnum@Deprecated public static GcdmGridProto.CdmCalendar valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static GcdmGridProto.CdmCalendar forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<GcdmGridProto.CdmCalendar> 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 GcdmGridProto.CdmCalendar valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)