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
Subclasses with type arguments of type LocalTimeProtocol.Continent in org.jboss.netty.example.localtimeModifier and TypeClassDescriptionstatic enumProtobuf enumorg.jboss.netty.example.localtime.ContinentFields in org.jboss.netty.example.localtime declared as LocalTimeProtocol.ContinentModifier and TypeFieldDescriptionprivate static final LocalTimeProtocol.Continent[]LocalTimeProtocol.Continent.VALUESFields in org.jboss.netty.example.localtime with type parameters of type LocalTimeProtocol.ContinentModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Internal.EnumLiteMap<LocalTimeProtocol.Continent> LocalTimeProtocol.Continent.internalValueMapMethods in org.jboss.netty.example.localtime that return LocalTimeProtocol.ContinentModifier and TypeMethodDescriptionstatic LocalTimeProtocol.ContinentLocalTimeProtocol.Continent.forNumber(int value) LocalTimeProtocol.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.ContinentLocalTimeProtocol.Continent.valueOf(int value) Deprecated.static LocalTimeProtocol.ContinentLocalTimeProtocol.Continent.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static LocalTimeProtocol.ContinentReturns 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 StringLocalTimeServerHandler.toString(LocalTimeProtocol.Continent c)