org.drools.ide.common.assistant.info.dsl
Class DSLRuleRefactorInfo

java.lang.Object
  extended by org.drools.ide.common.assistant.info.dsl.DSLRuleRefactorInfo
All Implemented Interfaces:
RuleRefactorInfo

public class DSLRuleRefactorInfo
extends Object
implements RuleRefactorInfo


Constructor Summary
DSLRuleRefactorInfo()
           
 
Method Summary
 List<String> getThen()
           
 List<String> getWhen()
           
 void setThen(List<String> then)
           
 void setWhen(List<String> when)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DSLRuleRefactorInfo

public DSLRuleRefactorInfo()
Method Detail

getWhen

public List<String> getWhen()

setWhen

public void setWhen(List<String> when)

getThen

public List<String> getThen()

setThen

public void setThen(List<String> then)


Copyright © 2001-2011 JBoss by Red Hat. All Rights Reserved.