Uses of Class java.lang.Enum

Uses in package java.lang

Methods with parameter type java.lang.Enum

int
Returns an integer which represents the relative ordering of this enumeration constant.

Methods with return type java.lang.Enum

Enum
Enum.valueOf(Class etype, String s)
Returns an Enum for a enum class given a description string of the enum constant.