com.sun.mirror.type
public interface EnumType extends ClassType
Modifier and Type | Method and Description |
---|---|
EnumDeclaration |
getDeclaration()
Returns the declaration of this type.
|
getSuperclass
getActualTypeArguments, getContainingType, getSuperinterfaces
accept, equals, toString
EnumDeclaration 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 ClassType
getDeclaration
in interface DeclaredType
Copyright © 2004, 2013, Oracle and/or its affiliates. All rights reserved.