Drools Guvnor - Common Model 6.0.0.Beta1

org.drools.guvnor.models.commons.shared.rule
Class ExpressionFormLine

java.lang.Object
  extended by org.drools.guvnor.models.commons.shared.rule.ExpressionFormLine
All Implemented Interfaces:
IAction, IPattern

public class ExpressionFormLine
extends Object
implements IAction, IPattern


Nested Class Summary
static class ExpressionFormLine.ToStringVisitor
           
 
Constructor Summary
ExpressionFormLine()
           
ExpressionFormLine(ExpressionFormLine other)
           
ExpressionFormLine(ExpressionPart part)
           
 
Method Summary
 void appendPart(ExpressionPart part)
           
 String getBinding()
           
 String getClassType()
           
 String getCurrentName()
           
 String getFieldName()
           
 String getGenericType()
           
 String getParametricType()
           
 List<ExpressionPart> getParts()
           
 String getPreviousClassType()
           
 String getPreviousGenericType()
           
 String getPreviousName()
           
 ExpressionPart getRootExpression()
           
 String getText()
           
 String getText(boolean renderBindVariable)
           
 boolean isBound()
           
 boolean isEmpty()
           
 void removeLast()
           
 void setBinding(String binding)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpressionFormLine

public ExpressionFormLine()

ExpressionFormLine

public ExpressionFormLine(ExpressionPart part)

ExpressionFormLine

public ExpressionFormLine(ExpressionFormLine other)
Method Detail

getText

public String getText(boolean renderBindVariable)

getText

public String getText()

appendPart

public void appendPart(ExpressionPart part)

removeLast

public void removeLast()

getPreviousClassType

public String getPreviousClassType()

getClassType

public String getClassType()

getGenericType

public String getGenericType()

getFieldName

public String getFieldName()

getPreviousGenericType

public String getPreviousGenericType()

getParametricType

public String getParametricType()

isEmpty

public boolean isEmpty()

getCurrentName

public String getCurrentName()

getPreviousName

public String getPreviousName()

getRootExpression

public ExpressionPart getRootExpression()

isBound

public boolean isBound()

getBinding

public String getBinding()

setBinding

public void setBinding(String binding)

getParts

public List<ExpressionPart> getParts()

Drools Guvnor - Common Model 6.0.0.Beta1

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