Uses of Enum
ClassInDefaultPackage.NestedEnum
Packages that use ClassInDefaultPackage.NestedEnum
-
Uses of ClassInDefaultPackage.NestedEnum in Unnamed Package
Methods in Unnamed Package that return ClassInDefaultPackage.NestedEnumModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static ClassInDefaultPackage.NestedEnum[]
ClassInDefaultPackage.NestedEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in Unnamed Package with parameters of type ClassInDefaultPackage.NestedEnumModifier and TypeMethodDescriptionboolean
ClassInDefaultPackage.doSomething
(ClassInDefaultPackage.NestedEnum value) Do something.