Package org.drools.mvel
Class ConditionAnalyzer.FixedExpression
- java.lang.Object
-
- org.drools.mvel.ConditionAnalyzer.FixedExpression
-
- All Implemented Interfaces:
ConditionAnalyzer.Expression
- Enclosing class:
- ConditionAnalyzer
public static class ConditionAnalyzer.FixedExpression extends Object implements ConditionAnalyzer.Expression
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanBeNull()Class<?>getType()Class<?>getTypeAsPrimitive()ObjectgetValue()StringtoString()
-
-
-
Method Detail
-
canBeNull
public boolean canBeNull()
- Specified by:
canBeNullin interfaceConditionAnalyzer.Expression
-
getType
public Class<?> getType()
- Specified by:
getTypein interfaceConditionAnalyzer.Expression
-
getTypeAsPrimitive
public Class<?> getTypeAsPrimitive()
-
getValue
public Object getValue()
-
-