org.drools.eclipse.core
Class RuleAttribute

java.lang.Object
  extended by org.drools.eclipse.core.DroolsElement
      extended by org.drools.eclipse.core.RuleAttribute

public class RuleAttribute
extends DroolsElement

This represents a rule attribute.


Field Summary
 
Fields inherited from class org.drools.eclipse.core.DroolsElement
ACTIVATION_GROUP, AGENDA_GROUP, DEFAULT_RULE_GROUP, EXPANDER, FUNCTION, GLOBAL, IMPORT, NO_ELEMENTS, PACKAGE, PROCESS, QUERY, RULE, RULE_ATTRIBUTE, RULEFLOW_GROUP, RULESET, TEMPLATE
 
Method Summary
 String getAttributeName()
           
 DroolsElement[] getChildren()
           
 Rule getParentRule()
           
 int getType()
           
 String toString()
           
 
Methods inherited from class org.drools.eclipse.core.DroolsElement
getFile, getLength, getOffset, getParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getParentRule

public Rule getParentRule()

getAttributeName

public String getAttributeName()

getType

public int getType()
Specified by:
getType in class DroolsElement

getChildren

public DroolsElement[] getChildren()
Specified by:
getChildren in class DroolsElement

toString

public String toString()
Overrides:
toString in class Object


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