Drools Workbench - Data Model API 6.2.0.CR4

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

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

public class ExpressionFormLine
extends Object
implements IAction, IPattern


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

Constructor Detail

ExpressionFormLine

public ExpressionFormLine()

ExpressionFormLine

public ExpressionFormLine(int index)

ExpressionFormLine

public ExpressionFormLine(ExpressionFormLine other)

ExpressionFormLine

public ExpressionFormLine(ExpressionPart part)
Method Detail

getText

public String getText(ToStringExpressionVisitor visitor)

getIndex

public int getIndex()

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

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

Drools Workbench - Data Model API 6.2.0.CR4

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