Drools Workbench - Data Model API 6.0.2-SNAPSHOT

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

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

public class ExpressionField
extends ExpressionPart


Field Summary
 
Fields inherited from class org.drools.workbench.models.datamodel.rule.ExpressionPart
name
 
Constructor Summary
ExpressionField()
           
ExpressionField(String fieldName, String fieldClassType, String fieldGenericType)
           
ExpressionField(String fieldName, String fieldClassType, String fieldGenericType, String parametricType)
           
 
Method Summary
 void accept(ExpressionVisitor visitor)
           
 
Methods inherited from class org.drools.workbench.models.datamodel.rule.ExpressionPart
getClassType, getGenericType, getName, getNext, getParametricType, getPrevious, setNext, setPrevious, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExpressionField

public ExpressionField()

ExpressionField

public ExpressionField(String fieldName,
                       String fieldClassType,
                       String fieldGenericType)

ExpressionField

public ExpressionField(String fieldName,
                       String fieldClassType,
                       String fieldGenericType,
                       String parametricType)
Method Detail

accept

public void accept(ExpressionVisitor visitor)
Specified by:
accept in interface ExpressionVisitable
Overrides:
accept in class ExpressionPart

Drools Workbench - Data Model API 6.0.2-SNAPSHOT

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