Uses of Enum
org.jboss.netty.example.localtime.LocalTimeProtocol.Continent
Packages that use LocalTimeProtocol.Continent
-
Uses of LocalTimeProtocol.Continent in org.jboss.netty.example.localtime
Fields in org.jboss.netty.example.localtime declared as LocalTimeProtocol.ContinentModifier and TypeFieldDescriptionprivate LocalTimeProtocol.Continent
LocalTimeProtocol.Location.Builder.continent_
private LocalTimeProtocol.Continent
LocalTimeProtocol.Location.continent_
private static final LocalTimeProtocol.Continent[]
LocalTimeProtocol.Continent.VALUES
Fields in org.jboss.netty.example.localtime with type parameters of type LocalTimeProtocol.ContinentModifier and TypeFieldDescriptionprivate static com.google.protobuf.Internal.EnumLiteMap<LocalTimeProtocol.Continent>
LocalTimeProtocol.Continent.internalValueMap
Methods in org.jboss.netty.example.localtime that return LocalTimeProtocol.ContinentModifier and TypeMethodDescriptionLocalTimeProtocol.Location.Builder.getContinent()
required .org.jboss.netty.example.localtime.Continent continent = 1;
LocalTimeProtocol.Location.getContinent()
required .org.jboss.netty.example.localtime.Continent continent = 1;
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
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.Methods in org.jboss.netty.example.localtime that return types with arguments of type LocalTimeProtocol.ContinentModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<LocalTimeProtocol.Continent>
LocalTimeProtocol.Continent.internalGetValueMap()
Methods in org.jboss.netty.example.localtime with parameters of type LocalTimeProtocol.ContinentModifier and TypeMethodDescriptionLocalTimeProtocol.Location.Builder.setContinent
(LocalTimeProtocol.Continent value) required .org.jboss.netty.example.localtime.Continent continent = 1;
private static String
LocalTimeServerHandler.toString
(LocalTimeProtocol.Continent c)