org.drools.lang.descr
Class ActionDescr

java.lang.Object
  extended by org.drools.lang.descr.BaseDescr
      extended by org.drools.lang.descr.ActionDescr
All Implemented Interfaces:
Externalizable, Serializable

public class ActionDescr
extends BaseDescr

See Also:
Serialized Form

Constructor Summary
ActionDescr()
           
ActionDescr(String text)
           
 
Method Summary
 String getText()
           
 void setText(String text)
           
 
Methods inherited from class org.drools.lang.descr.BaseDescr
getColumn, getEndCharacter, getEndColumn, getEndLine, getLine, getStartCharacter, readExternal, setEndCharacter, setEndLocation, setLocation, setStartCharacter, writeExternal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionDescr

public ActionDescr()

ActionDescr

public ActionDescr(String text)
Method Detail

getText

public String getText()
Overrides:
getText in class BaseDescr

setText

public void setText(String text)
Overrides:
setText in class BaseDescr


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.