|
|
|
|
com.sun.mirror.type
Interface EnumType
-
All Superinterfaces:
-
ClassType,
DeclaredType,
ReferenceType,
TypeMirror
-
public interface EnumType
- extends
ClassType
Represents an enum type.
-
Since:
- 1.5
Method Summary
|
EnumDeclaration
|
getDeclaration
()
Returns the declaration of this type.
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
EnumDeclaration getDeclaration()
- Returns the declaration of this type.
Returns null if this type's declaration is unknown. This may
be the result of a processing error, such as a missing class file.
-
-
Specified by:
-
getDeclaration
in interface
ClassType
-
Specified by:
-
getDeclaration
in interface
DeclaredType
-
-
Returns:
- the declaration of this type, or null if unknown
Copyright (c) IBM Corp. and others 2000, 2008. All Rights Reserved.
|
|
|