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