|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object bexee.model.expression.impl.ExpressionImpl bexee.model.expression.impl.DurationExpressionImpl
A default implementation of the DurationExpression
.
Constructor Summary | |
DurationExpressionImpl(java.lang.String durationExpression)
|
Method Summary | |
boolean |
evaluate()
Evaluate the expression litteral and return a boolean. |
java.lang.String |
getDurationExpression()
Get the duration expression litteral. |
void |
setDurationExpression(java.lang.String durationExpression)
Set the duration expression litteral. |
Methods inherited from class bexee.model.expression.impl.ExpressionImpl |
getExpressionLitteral, setExpressionLitteral |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface bexee.model.expression.Expression |
getExpressionLitteral, setExpressionLitteral |
Constructor Detail |
public DurationExpressionImpl(java.lang.String durationExpression)
Method Detail |
public boolean evaluate()
Expression
evaluate
in interface Expression
evaluate
in class ExpressionImpl
public void setDurationExpression(java.lang.String durationExpression)
DurationExpression
setDurationExpression
in interface DurationExpression
public java.lang.String getDurationExpression()
DurationExpression
getDurationExpression
in interface DurationExpression
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |