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(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.
|