org.drools.ide.common.assistant.info.drl
Class RuleLineContentInfo

java.lang.Object
  extended by org.drools.ide.common.assistant.info.drl.RuleBasicContentInfo
      extended by org.drools.ide.common.assistant.info.drl.RuleLineContentInfo

public class RuleLineContentInfo
extends RuleBasicContentInfo


Constructor Summary
RuleLineContentInfo(Integer offset, String content, DRLContentTypeEnum type)
           
 
Method Summary
 RuleDRLContentInfo getRule()
           
 void setRule(RuleDRLContentInfo rule)
           
 
Methods inherited from class org.drools.ide.common.assistant.info.drl.RuleBasicContentInfo
getContent, getContentLength, getOffset, getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuleLineContentInfo

public RuleLineContentInfo(Integer offset,
                           String content,
                           DRLContentTypeEnum type)
Method Detail

setRule

public void setRule(RuleDRLContentInfo rule)

getRule

public RuleDRLContentInfo getRule()


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