Uses of Class
com.google.type.DayOfWeek
-
Packages that use DayOfWeek Package Description com.google.type -
-
Uses of DayOfWeek in com.google.type
Methods in com.google.type that return DayOfWeek Modifier and Type Method Description static 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
DayOfWeek. valueOf(java.lang.String name)
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 DayOfWeek Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<DayOfWeek>
DayOfWeek. internalGetValueMap()
-