|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Goal.ConditionType | |
---|---|
ru.metrika4j.entity | Сущности, с которыми работает Metrika4j: счетчики, цели и т.п. |
Uses of Goal.ConditionType in ru.metrika4j.entity |
---|
Methods in ru.metrika4j.entity that return Goal.ConditionType | |
---|---|
Goal.ConditionType |
Goal.Condition.getType()
|
static Goal.ConditionType |
Goal.ConditionType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Goal.ConditionType[] |
Goal.ConditionType.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 Goal.ConditionType | |
---|---|
static Goal |
Goal.createUrlGoal(java.lang.String name,
Goal.ConditionType type,
java.lang.String url)
|
void |
Goal.Condition.setType(Goal.ConditionType type)
|
Constructors in ru.metrika4j.entity with parameters of type Goal.ConditionType | |
---|---|
Goal.Condition(java.lang.String url,
Goal.ConditionType type)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |