Uses of Class
protobuf_unittest.UnittestProto.TestSparseEnum
-
Packages that use UnittestProto.TestSparseEnum Package Description protobuf_unittest -
-
Uses of UnittestProto.TestSparseEnum in protobuf_unittest
Methods in protobuf_unittest that return UnittestProto.TestSparseEnum Modifier and Type Method Description static UnittestProto.TestSparseEnum
UnittestProto.TestSparseEnum. valueOf(int value)
Returns the enum constant of this type with the specified name.static UnittestProto.TestSparseEnum
UnittestProto.TestSparseEnum. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static UnittestProto.TestSparseEnum[]
UnittestProto.TestSparseEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-