|
||||||||||
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.BooleanLiteral
public class BooleanLiteral
An expression representing a boolean literal value
Field Summary | |
---|---|
static BooleanLiteral |
FALSE
|
static BooleanLiteral |
TRUE
|
Constructor Summary | |
---|---|
BooleanLiteral(java.lang.String pToken)
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 BooleanLiteral TRUE
public static final BooleanLiteral FALSE
Constructor Detail |
---|
public BooleanLiteral(java.lang.String pToken)
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 |