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 LocalTimeProtocol.Continent
LocalTimeProtocol.Location.Builder. continent_
private LocalTimeProtocol.Continent
LocalTimeProtocol.Location. continent_
private static LocalTimeProtocol.Continent[]
LocalTimeProtocol.Continent. VALUES
Fields 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. internalValueMap
Methods in org.jboss.netty.example.localtime that return LocalTimeProtocol.Continent Modifier and Type Method Description 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(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.Builder
LocalTimeProtocol.Location.Builder. setContinent(LocalTimeProtocol.Continent value)
required .org.jboss.netty.example.localtime.Continent continent = 1;
private static java.lang.String
LocalTimeServerHandler. toString(LocalTimeProtocol.Continent c)
-