Uses of Class
com.google.type.CalendarPeriod
-
Packages that use CalendarPeriod Package Description com.google.type -
-
Uses of CalendarPeriod in com.google.type
Methods in com.google.type that return CalendarPeriod Modifier and Type Method Description static CalendarPeriod
CalendarPeriod. forNumber(int value)
static CalendarPeriod
CalendarPeriod. valueOf(int value)
Deprecated.static CalendarPeriod
CalendarPeriod. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static CalendarPeriod
CalendarPeriod. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CalendarPeriod[]
CalendarPeriod. 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 CalendarPeriod Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<CalendarPeriod>
CalendarPeriod. internalGetValueMap()
-