LocalTimeProtocol.Continent |
LocalTimeProtocol.Location.Builder.getContinent() |
required .org.jboss.netty.example.localtime.Continent continent = 1;
|
LocalTimeProtocol.Continent |
LocalTimeProtocol.Location.getContinent() |
required .org.jboss.netty.example.localtime.Continent continent = 1;
|
LocalTimeProtocol.Continent |
LocalTimeProtocol.LocationOrBuilder.getContinent() |
required .org.jboss.netty.example.localtime.Continent continent = 1;
|
static LocalTimeProtocol.Continent |
LocalTimeProtocol.Continent.valueOf(int value) |
Returns the enum constant of this type with the specified name.
|
static LocalTimeProtocol.Continent |
LocalTimeProtocol.Continent.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
Returns the enum constant of this type with the specified name.
|
static LocalTimeProtocol.Continent |
LocalTimeProtocol.Continent.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static LocalTimeProtocol.Continent[] |
LocalTimeProtocol.Continent.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|