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

java.lang.Object
  extended by org.drools.ide.common.assistant.info.drl.RuleBasicContentInfo
Direct Known Subclasses:
RuleDRLContentInfo, RuleLineContentInfo

public class RuleBasicContentInfo
extends Object


Constructor Summary
RuleBasicContentInfo(Integer offset, String content, DRLContentTypeEnum type)
           
 
Method Summary
 String getContent()
           
 int getContentLength()
           
 Integer getOffset()
           
 DRLContentTypeEnum getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuleBasicContentInfo

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

getOffset

public Integer getOffset()

getContent

public String getContent()

getContentLength

public int getContentLength()

getType

public DRLContentTypeEnum getType()


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