Uses of Enum
integrationTests.ClassInRegularPackage.NestedEnum
Packages that use ClassInRegularPackage.NestedEnum
-
Uses of ClassInRegularPackage.NestedEnum in integrationTests
Methods in integrationTests 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 integrationTests with parameters of type ClassInRegularPackage.NestedEnumModifier and TypeMethodDescriptionboolean
ClassInRegularPackage.doSomething
(ClassInRegularPackage.NestedEnum value) Do something.