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