Uses of Class
org.jboss.netty.example.localtime.LocalTimeProtocol.Continent
-
Packages that use LocalTimeProtocol.Continent Package Description org.jboss.netty.example.localtime -
-
Uses of LocalTimeProtocol.Continent in org.jboss.netty.example.localtime
Fields in org.jboss.netty.example.localtime declared as LocalTimeProtocol.Continent Modifier and Type Field Description private static LocalTimeProtocol.Continent[]LocalTimeProtocol.Continent. VALUESFields in org.jboss.netty.example.localtime with type parameters of type LocalTimeProtocol.Continent Modifier and Type Field Description private static com.google.protobuf.Internal.EnumLiteMap<LocalTimeProtocol.Continent>LocalTimeProtocol.Continent. internalValueMapMethods in org.jboss.netty.example.localtime that return LocalTimeProtocol.Continent Modifier and Type Method Description static LocalTimeProtocol.ContinentLocalTimeProtocol.Continent. forNumber(int value)LocalTimeProtocol.ContinentLocalTimeProtocol.Location.Builder. getContinent()required .org.jboss.netty.example.localtime.Continent continent = 1;LocalTimeProtocol.ContinentLocalTimeProtocol.Location. getContinent()required .org.jboss.netty.example.localtime.Continent continent = 1;LocalTimeProtocol.ContinentLocalTimeProtocol.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.ContinentLocalTimeProtocol.Continent. valueOf(java.lang.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.Methods in org.jboss.netty.example.localtime that return types with arguments of type LocalTimeProtocol.Continent Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<LocalTimeProtocol.Continent>LocalTimeProtocol.Continent. internalGetValueMap()Methods in org.jboss.netty.example.localtime with parameters of type LocalTimeProtocol.Continent Modifier and Type Method Description LocalTimeProtocol.Location.BuilderLocalTimeProtocol.Location.Builder. setContinent(LocalTimeProtocol.Continent value)required .org.jboss.netty.example.localtime.Continent continent = 1;private static java.lang.StringLocalTimeServerHandler. toString(LocalTimeProtocol.Continent c)
-