DeclaredType.@Deprecated public interface EnumType extends ClassType
| Modifier and Type | Method and Description |
|---|---|
EnumDeclaration |
getDeclaration()
Deprecated.
Returns the declaration of this type.
|
getSuperclassgetActualTypeArguments, getContainingType, getSuperinterfacesaccept, equals, toStringEnumDeclaration getDeclaration()
Returns null if this type's declaration is unknown. This may be the result of a processing error, such as a missing class file.
getDeclaration in interface ClassTypegetDeclaration in interface DeclaredType
Copyright © 2004, 2020, Oracle and/or its affiliates. All rights reserved.