Uses of Enum
ClassInDefaultPackage.NestedEnum
Packages that use ClassInDefaultPackage.NestedEnum
-
Uses of ClassInDefaultPackage.NestedEnum in Unnamed Package
Subclasses with type arguments of type ClassInDefaultPackage.NestedEnum in Unnamed PackageModifier and TypeClassDescriptionstatic enumThe Enum NestedEnum.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 TypeMethodDescriptionbooleanClassInDefaultPackage.doSomething(ClassInDefaultPackage.NestedEnum value) Do something.