Drools Workbench - Data Model API 6.1.0.Final

org.drools.workbench.models.datamodel.rule
Class FreeFormLine

java.lang.Object
  extended by org.drools.workbench.models.datamodel.rule.FreeFormLine
All Implemented Interfaces:
IAction, IPattern

public class FreeFormLine
extends Object
implements IAction, IPattern

This is a free form line which will be rendered and displayed-as-is. Allows users to put anything in via guided editor. Use with caution.


Constructor Summary
FreeFormLine()
           
 
Method Summary
 String getText()
           
 void setText(String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FreeFormLine

public FreeFormLine()
Method Detail

getText

public String getText()

setText

public void setText(String text)

Drools Workbench - Data Model API 6.1.0.Final

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