Uses of Class
java.lang.Enum
-
Packages that use Enum Package Description java.lang -
-
Uses of Enum in java.lang
Classes in java.lang with type parameters of type Enum Modifier and Type Class Description class
Enum<E extends Enum<E>>
The superclass of all enumerated types.Methods in java.lang with type parameters of type Enum Modifier and Type Method Description static <T extends Enum<T>>
TEnum. valueOf(T[] enumValues, String name)
Returns the constant with the specified name of the specified enum type.Methods in java.lang with parameters of type Enum Modifier and Type Method Description static <T extends Enum<T>>
TEnum. valueOf(T[] enumValues, String name)
Returns the constant with the specified name of the specified enum type.
-