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