Uses of Enum Class
package1.MyClass.NestedEnum
-
Uses of MyClass.NestedEnum in package1
Methods in package1 that return MyClass.NestedEnumModifier and TypeMethodDescriptionstatic MyClass.NestedEnum
Returns the enum constant of this class with the specified name.static MyClass.NestedEnum[]
MyClass.NestedEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared.