Drools Workbench - Data Model API 6.1.0.Final

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

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

public class ExpressionMethodParameter
extends ExpressionPart

ExpressionPart representing a ExpressionMethod parameter


Field Summary
 
Fields inherited from class org.drools.workbench.models.datamodel.rule.ExpressionPart
name
 
Constructor Summary
ExpressionMethodParameter()
           
ExpressionMethodParameter(String name, String classType, String genericType)
           
ExpressionMethodParameter(String name, String classType, String genericType, String parametricType)
           
 
Method Summary
 void accept(ExpressionVisitor visitor)
           
 void setText(String text)
           
 
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

ExpressionMethodParameter

public ExpressionMethodParameter()

ExpressionMethodParameter

public ExpressionMethodParameter(String name,
                                 String classType,
                                 String genericType)

ExpressionMethodParameter

public ExpressionMethodParameter(String name,
                                 String classType,
                                 String genericType,
                                 String parametricType)
Method Detail

setText

public void setText(String text)

accept

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

Drools Workbench - Data Model API 6.1.0.Final

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