Uses of Enum
org.jboss.netty.example.localtime.LocalTimeProtocol.DayOfWeek
Packages that use LocalTimeProtocol.DayOfWeek
-
Uses of LocalTimeProtocol.DayOfWeek in org.jboss.netty.example.localtime
Fields in org.jboss.netty.example.localtime declared as LocalTimeProtocol.DayOfWeekModifier and TypeFieldDescriptionprivate LocalTimeProtocol.DayOfWeek
LocalTimeProtocol.LocalTime.Builder.dayOfWeek_
private LocalTimeProtocol.DayOfWeek
LocalTimeProtocol.LocalTime.dayOfWeek_
private static final LocalTimeProtocol.DayOfWeek[]
LocalTimeProtocol.DayOfWeek.VALUES
Fields in org.jboss.netty.example.localtime with type parameters of type LocalTimeProtocol.DayOfWeekModifier and TypeFieldDescriptionprivate static com.google.protobuf.Internal.EnumLiteMap<LocalTimeProtocol.DayOfWeek>
LocalTimeProtocol.DayOfWeek.internalValueMap
Methods in org.jboss.netty.example.localtime that return LocalTimeProtocol.DayOfWeekModifier and TypeMethodDescriptionLocalTimeProtocol.LocalTime.Builder.getDayOfWeek()
required .org.jboss.netty.example.localtime.DayOfWeek dayOfWeek = 5;
LocalTimeProtocol.LocalTime.getDayOfWeek()
required .org.jboss.netty.example.localtime.DayOfWeek dayOfWeek = 5;
LocalTimeProtocol.LocalTimeOrBuilder.getDayOfWeek()
required .org.jboss.netty.example.localtime.DayOfWeek dayOfWeek = 5;
static LocalTimeProtocol.DayOfWeek
LocalTimeProtocol.DayOfWeek.valueOf
(int value) Returns the enum constant of this type with the specified name.static LocalTimeProtocol.DayOfWeek
LocalTimeProtocol.DayOfWeek.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static LocalTimeProtocol.DayOfWeek
Returns the enum constant of this type with the specified name.static LocalTimeProtocol.DayOfWeek[]
LocalTimeProtocol.DayOfWeek.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.netty.example.localtime that return types with arguments of type LocalTimeProtocol.DayOfWeekModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<LocalTimeProtocol.DayOfWeek>
LocalTimeProtocol.DayOfWeek.internalGetValueMap()
Methods in org.jboss.netty.example.localtime with parameters of type LocalTimeProtocol.DayOfWeekModifier and TypeMethodDescriptionLocalTimeProtocol.LocalTime.Builder.setDayOfWeek
(LocalTimeProtocol.DayOfWeek value) required .org.jboss.netty.example.localtime.DayOfWeek dayOfWeek = 5;