Uses of Enum
com.google.type.DayOfWeek
Packages that use DayOfWeek
-
Uses of DayOfWeek in com.google.type
Methods in com.google.type that return DayOfWeekModifier and TypeMethodDescriptionstatic DayOfWeek
DayOfWeek.forNumber
(int value) static DayOfWeek
DayOfWeek.valueOf
(int value) Deprecated.static DayOfWeek
DayOfWeek.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static DayOfWeek
Returns the enum constant of this type with the specified name.static DayOfWeek[]
DayOfWeek.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 DayOfWeekModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<DayOfWeek> DayOfWeek.internalGetValueMap()