Uses of Enum
integration.tests.ClassInRegularPackage.NestedEnum
Packages that use ClassInRegularPackage.NestedEnum
-
Uses of ClassInRegularPackage.NestedEnum in integration.tests
Subclasses with type arguments of type ClassInRegularPackage.NestedEnum in integration.testsModifier and TypeClassDescriptionstatic enumThe Enum NestedEnum.Methods in integration.tests that return ClassInRegularPackage.NestedEnumModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static ClassInRegularPackage.NestedEnum[]ClassInRegularPackage.NestedEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in integration.tests with parameters of type ClassInRegularPackage.NestedEnumModifier and TypeMethodDescriptionbooleanClassInRegularPackage.doSomething(ClassInRegularPackage.NestedEnum value) Do something.