public class SurveyRule
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SurveyRule.RuleType
Type of a page.
|
| Constructor and Description |
|---|
SurveyRule(java.lang.String option,
SurveyRule.RuleType type,
java.lang.String page)
Constructor
|
SurveyRule(SurveyRule.RuleType type,
java.lang.String page)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getOption()
Get the selected option
|
java.lang.String |
getPage()
Get the page to jump or skip.
|
SurveyRule.RuleType |
getType()
Get the type
|
public SurveyRule(SurveyRule.RuleType type, java.lang.String page)
type - the typepage - the page to jump or skippublic SurveyRule(java.lang.String option,
SurveyRule.RuleType type,
java.lang.String page)
option - the selected optiontype - the typepage - the page to jump or skippublic java.lang.String getOption()
public SurveyRule.RuleType getType()
public java.lang.String getPage()
Copyright © 2010 Anyware Services. All Rights Reserved.