|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Filter.Action | |
---|---|
ru.metrika4j.entity | Сущности, с которыми работает Metrika4j: счетчики, цели и т.п. |
Uses of Filter.Action in ru.metrika4j.entity |
---|
Methods in ru.metrika4j.entity that return Filter.Action | |
---|---|
Filter.Action |
Filter.getAction()
|
static Filter.Action |
Filter.Action.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Filter.Action[] |
Filter.Action.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in ru.metrika4j.entity with parameters of type Filter.Action | |
---|---|
static Filter |
Filter.createFilter(Filter.Attr attr,
Filter.Type type,
java.lang.String value,
Filter.Action action)
|
void |
Filter.setAction(Filter.Action action)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |