public enum JavaWhereUsedFilters extends Enum<JavaWhereUsedFilters>
Modifier and Type | Class and Description |
---|---|
static class |
JavaWhereUsedFilters.ReadWrite |
Enum.EnumDesc<E extends Enum<E>>
Enum Constant and Description |
---|
BINARYFILE |
COMMENT |
DEPENDENCY |
IMPORT |
PLATFORM |
SOURCEFILE |
TESTFILE |
Modifier and Type | Method and Description |
---|---|
String |
getKey() |
static JavaWhereUsedFilters |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JavaWhereUsedFilters[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JavaWhereUsedFilters IMPORT
public static final JavaWhereUsedFilters COMMENT
public static final JavaWhereUsedFilters TESTFILE
public static final JavaWhereUsedFilters SOURCEFILE
public static final JavaWhereUsedFilters BINARYFILE
public static final JavaWhereUsedFilters DEPENDENCY
public static final JavaWhereUsedFilters PLATFORM
public static JavaWhereUsedFilters[] values()
public static JavaWhereUsedFilters valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getKey()