com.intellij.pom.java
Interface PomEnum

All Superinterfaces:
Navigatable, PomDeclarationOwner, PomDeclaredElement, PomElement, PomMember, PomMemberOwner, PomReferenceTypeElement, Presentable, UserDataHolder

public interface PomEnum
extends PomMemberOwner


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.intellij.pom.java.PomMember
PomMember.AccessLevel
 
Method Summary
 PomEnumConst[] getConstants()
           
 
Methods inherited from interface com.intellij.pom.java.PomMemberOwner
getAllClasses, getAllFields, getAllMethods, getClasses, getFields, getMethods, getQualifiedName, getSuperClass, getSuperInterfaces, getTypeParameters, isLocalClass
 
Methods inherited from interface com.intellij.pom.java.PomReferenceTypeElement
getSupers
 
Methods inherited from interface com.intellij.pom.PomDeclaredElement
getUsageScope
 
Methods inherited from interface com.intellij.pom.PomElement
accept, acceptChildren, getModel, getModificationStamp, getParentElement, isValid, processReferences
 
Methods inherited from interface com.intellij.openapi.util.UserDataHolder
getUserData, putUserData
 
Methods inherited from interface com.intellij.pom.Presentable
getPresentation
 
Methods inherited from interface com.intellij.pom.Navigatable
canNavigate, canNavigateToSource, navigate
 
Methods inherited from interface com.intellij.pom.java.PomMember
getAccessLevel, getDeclaringClass, getName, isAbstract, isDeprecated, isFinal, isStatic
 
Methods inherited from interface com.intellij.pom.PomDeclaredElement
getUsageScope
 
Methods inherited from interface com.intellij.pom.PomElement
accept, acceptChildren, getModel, getModificationStamp, getParentElement, isValid, processReferences
 
Methods inherited from interface com.intellij.openapi.util.UserDataHolder
getUserData, putUserData
 
Methods inherited from interface com.intellij.pom.Presentable
getPresentation
 
Methods inherited from interface com.intellij.pom.Navigatable
canNavigate, canNavigateToSource, navigate
 

Method Detail

getConstants

PomEnumConst[] getConstants()