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 LocalTimeProtocol.DayOfWeek
LocalTimeProtocol.LocalTime.Builder. dayOfWeek_
private LocalTimeProtocol.DayOfWeek
LocalTimeProtocol.LocalTime. dayOfWeek_
private static LocalTimeProtocol.DayOfWeek[]
LocalTimeProtocol.DayOfWeek. VALUES
Fields 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. internalValueMap
Methods in org.jboss.netty.example.localtime that return LocalTimeProtocol.DayOfWeek Modifier and Type Method Description LocalTimeProtocol.DayOfWeek
LocalTimeProtocol.LocalTime.Builder. getDayOfWeek()
required .org.jboss.netty.example.localtime.DayOfWeek dayOfWeek = 5;
LocalTimeProtocol.DayOfWeek
LocalTimeProtocol.LocalTime. getDayOfWeek()
required .org.jboss.netty.example.localtime.DayOfWeek dayOfWeek = 5;
LocalTimeProtocol.DayOfWeek
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
LocalTimeProtocol.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.Builder
LocalTimeProtocol.LocalTime.Builder. setDayOfWeek(LocalTimeProtocol.DayOfWeek value)
required .org.jboss.netty.example.localtime.DayOfWeek dayOfWeek = 5;
-