net.sf.doolin.gui.wizard.rule.condition
Class AbstractWizardRule
java.lang.Object
net.sf.doolin.gui.wizard.rule.condition.AbstractWizardRule
- All Implemented Interfaces:
- WizardRule
- Direct Known Subclasses:
- FixedWizardRule, JEXLWizardRule
public abstract class AbstractWizardRule
- extends Object
- implements WizardRule
Rule implementation which gives access to the result.
- Author:
- Damien Coraboeuf
| Fields inherited from interface net.sf.doolin.gui.wizard.rule.condition.WizardRule |
FINISH |
|
Method Summary |
String |
getResult()
Gets the result of this rule, either the view the wizard can be navigated
to or null if the wizard can be finished. |
void |
setResult(String result)
Sets the result for this rule |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface net.sf.doolin.gui.wizard.rule.condition.WizardRule |
evaluate |
AbstractWizardRule
public AbstractWizardRule()
getResult
public String getResult()
- Description copied from interface:
WizardRule
- Gets the result of this rule, either the view the wizard can be navigated
to or
null if the wizard can be finished.
- Specified by:
getResult in interface WizardRule
- Returns:
- Rule result
setResult
public void setResult(String result)
- Sets the result for this rule
- Parameters:
result - Result to set
Copyright © 2011. All Rights Reserved.