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