Uses of Class
org.jboss.netty.example.localtime.LocalTimeProtocol.DayOfWeek
-
Packages that use LocalTimeProtocol.DayOfWeek Package Description org.jboss.netty.example.localtime -
-
Uses of LocalTimeProtocol.DayOfWeek in org.jboss.netty.example.localtime
Fields in org.jboss.netty.example.localtime declared as LocalTimeProtocol.DayOfWeek Modifier and Type Field Description private static LocalTimeProtocol.DayOfWeek[]LocalTimeProtocol.DayOfWeek. VALUESFields in org.jboss.netty.example.localtime with type parameters of type LocalTimeProtocol.DayOfWeek Modifier and Type Field Description private static com.google.protobuf.Internal.EnumLiteMap<LocalTimeProtocol.DayOfWeek>LocalTimeProtocol.DayOfWeek. internalValueMapMethods in org.jboss.netty.example.localtime that return LocalTimeProtocol.DayOfWeek Modifier and Type Method Description static LocalTimeProtocol.DayOfWeekLocalTimeProtocol.DayOfWeek. forNumber(int value)LocalTimeProtocol.DayOfWeekLocalTimeProtocol.LocalTime.Builder. getDayOfWeek()required .org.jboss.netty.example.localtime.DayOfWeek dayOfWeek = 5;LocalTimeProtocol.DayOfWeekLocalTimeProtocol.LocalTime. getDayOfWeek()required .org.jboss.netty.example.localtime.DayOfWeek dayOfWeek = 5;LocalTimeProtocol.DayOfWeekLocalTimeProtocol.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.DayOfWeekLocalTimeProtocol.DayOfWeek. valueOf(java.lang.String name)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.DayOfWeek Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<LocalTimeProtocol.DayOfWeek>LocalTimeProtocol.DayOfWeek. internalGetValueMap()Methods in org.jboss.netty.example.localtime with parameters of type LocalTimeProtocol.DayOfWeek Modifier and Type Method Description LocalTimeProtocol.LocalTime.BuilderLocalTimeProtocol.LocalTime.Builder. setDayOfWeek(LocalTimeProtocol.DayOfWeek value)required .org.jboss.netty.example.localtime.DayOfWeek dayOfWeek = 5;
-