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