|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jbpm.jpdl.el.impl.Expression
org.jbpm.jpdl.el.impl.Literal
org.jbpm.jpdl.el.impl.NullLiteral
public class NullLiteral
An expression representing a null literal value
Field Summary | |
---|---|
static NullLiteral |
SINGLETON
|
Constructor Summary | |
---|---|
NullLiteral()
Constructor |
Method Summary | |
---|---|
java.lang.String |
getExpressionString()
Returns the expression in the expression language syntax |
Methods inherited from class org.jbpm.jpdl.el.impl.Literal |
---|
evaluate, getValue, setValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final NullLiteral SINGLETON
Constructor Detail |
---|
public NullLiteral()
Method Detail |
---|
public java.lang.String getExpressionString()
getExpressionString
in class Expression
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |