org.drools.ide.common.client.modeldriven.brl
Class ExpressionFormLine

java.lang.Object
  extended by org.drools.ide.common.client.modeldriven.brl.ExpressionFormLine
All Implemented Interfaces:
Serializable, Cloneable, IAction, IPattern, PortableObject

public class ExpressionFormLine
extends Object
implements IAction, IPattern, Cloneable

See Also:
Serialized Form

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()


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