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