Uses of Class
com.google.type.Month
-
Packages that use Month Package Description com.google.type -
-
Uses of Month in com.google.type
Methods in com.google.type that return Month Modifier and Type Method Description static Month
Month. forNumber(int value)
static Month
Month. valueOf(int value)
Deprecated.static Month
Month. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Month
Month. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Month[]
Month. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.type that return types with arguments of type Month Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Month>
Month. internalGetValueMap()
-