public static enum PsiReferenceList.Role extends java.lang.Enum<PsiReferenceList.Role>
Enum Constant and Description |
---|
EXTENDS_BOUNDS_LIST |
EXTENDS_LIST |
IMPLEMENTS_LIST |
PROVIDES_WITH_LIST |
THROWS_LIST |
Modifier and Type | Method and Description |
---|---|
static PsiReferenceList.Role |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PsiReferenceList.Role[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PsiReferenceList.Role THROWS_LIST
public static final PsiReferenceList.Role EXTENDS_LIST
public static final PsiReferenceList.Role IMPLEMENTS_LIST
public static final PsiReferenceList.Role EXTENDS_BOUNDS_LIST
public static final PsiReferenceList.Role PROVIDES_WITH_LIST
public static PsiReferenceList.Role[] values()
for (PsiReferenceList.Role c : PsiReferenceList.Role.values()) System.out.println(c);
public static PsiReferenceList.Role valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null