org.drools.lang.descr
Class QualifiedIdentifierRestrictionDescr

java.lang.Object
  extended by org.drools.lang.descr.BaseDescr
      extended by org.drools.lang.descr.RestrictionDescr
          extended by org.drools.lang.descr.EvaluatorBasedRestrictionDescr
              extended by org.drools.lang.descr.QualifiedIdentifierRestrictionDescr
All Implemented Interfaces:
Externalizable, Serializable

public class QualifiedIdentifierRestrictionDescr
extends EvaluatorBasedRestrictionDescr

This represents a qualified identifier, like enums or subfield access in variables like "$p.name". This is a constraint on a single field of a pattern. The "text" contains the content.

See Also:
Serialized Form

Constructor Summary
QualifiedIdentifierRestrictionDescr()
           
QualifiedIdentifierRestrictionDescr(String evaluator, boolean isNegated, String parameterText, String text)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class org.drools.lang.descr.EvaluatorBasedRestrictionDescr
getEvaluator, getParameters, getParameterText, isNegated, setEvaluator, setNegated, setParameters
 
Methods inherited from class org.drools.lang.descr.BaseDescr
getColumn, getEndCharacter, getEndColumn, getEndLine, getLine, getStartCharacter, getText, readExternal, setEndCharacter, setEndLocation, setLocation, setStartCharacter, setText, writeExternal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QualifiedIdentifierRestrictionDescr

public QualifiedIdentifierRestrictionDescr()

QualifiedIdentifierRestrictionDescr

public QualifiedIdentifierRestrictionDescr(String evaluator,
                                           boolean isNegated,
                                           String parameterText,
                                           String text)
Method Detail

toString

public String toString()
Overrides:
toString in class EvaluatorBasedRestrictionDescr


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.