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