org.drools.rule.constraint
Class AnalyzedCondition.FixedExpression

java.lang.Object
  extended by org.drools.rule.constraint.AnalyzedCondition.FixedExpression
All Implemented Interfaces:
AnalyzedCondition.Expression
Enclosing class:
AnalyzedCondition

public static class AnalyzedCondition.FixedExpression
extends Object
implements AnalyzedCondition.Expression


Method Summary
 boolean canBeNull()
           
 Class<?> getType()
           
 boolean isFixed()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public String toString()
Overrides:
toString in class Object

isFixed

public boolean isFixed()
Specified by:
isFixed in interface AnalyzedCondition.Expression

canBeNull

public boolean canBeNull()
Specified by:
canBeNull in interface AnalyzedCondition.Expression

getType

public Class<?> getType()
Specified by:
getType in interface AnalyzedCondition.Expression


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