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 static final LocalTimeProtocol.DayOfWeek[]LocalTimeProtocol.DayOfWeek.VALUESFields in org.jboss.netty.example.localtime with type parameters of type LocalTimeProtocol.DayOfWeekModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Internal.EnumLiteMap<LocalTimeProtocol.DayOfWeek> LocalTimeProtocol.DayOfWeek.internalValueMapMethods in org.jboss.netty.example.localtime that return LocalTimeProtocol.DayOfWeekModifier and TypeMethodDescriptionstatic LocalTimeProtocol.DayOfWeekLocalTimeProtocol.DayOfWeek.forNumber(int value) LocalTimeProtocol.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.DayOfWeekLocalTimeProtocol.DayOfWeek.valueOf(int value) Deprecated.static LocalTimeProtocol.DayOfWeekLocalTimeProtocol.DayOfWeek.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static LocalTimeProtocol.DayOfWeekReturns 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;