Drools :: Core 6.1.0.Beta1

org.drools.core.rule.constraint
Class ConditionAnalyzer.FixedExpression

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

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


Method Summary
 boolean canBeNull()
           
 Class<?> getType()
           
 Class<?> getTypeAsPrimitive()
           
 Object getValue()
           
 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

canBeNull

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

getType

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

getTypeAsPrimitive

public Class<?> getTypeAsPrimitive()

getValue

public Object getValue()

Drools :: Core 6.1.0.Beta1

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