public enum SymbolFilters extends Enum<SymbolFilters>
Enum Constant and Description |
---|
ACTION_AND_FUNC_FILTER |
STMT_TEMPLATE_FILTER |
Modifier and Type | Method and Description |
---|---|
static AbstractSymbolFilter |
getFilterByClass(Class context)
Get the item filter by the class.
|
static SymbolFilters |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SymbolFilters[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SymbolFilters ACTION_AND_FUNC_FILTER
public static final SymbolFilters STMT_TEMPLATE_FILTER
public static SymbolFilters[] values()
for (SymbolFilters c : SymbolFilters.values()) System.out.println(c);
public static SymbolFilters 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 static AbstractSymbolFilter getFilterByClass(Class context)
context
- - context class to extract the relevant filterAbstractSymbolFilter
- Symbol filter for the given contextCopyright © 2018 WSO2. All rights reserved.