|
common-util | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectlocal.tomas.expr.DateConstant
public class DateConstant
A date constant.
| Constructor Summary | |
|---|---|
DateConstant()
Default constructor. |
|
DateConstant(Date value)
Constructor using fields. |
|
| Method Summary | ||
|---|---|---|
boolean |
equals(Object obj)
Compares this object against the specified object. |
|
Date |
getValue()
Get date value |
|
|
greet(ExpressionWalker<E,F> visitor,
F arg)
Handle visit of ExpressionWalker. |
|
int |
hashCode()
|
|
void |
setValue(Date value)
Set date value. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DateConstant()
public DateConstant(Date value)
value - date value| Method Detail |
|---|
public Date getValue()
public void setValue(Date value)
value - value to set.
public <E,F> E greet(ExpressionWalker<E,F> visitor,
F arg)
throws ExpressionException
Expression
greet in interface Expressionvisitor - the ExpressionWalker visiting this objectarg - implementation dependent argument
ExpressionExceptionpublic boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
common-util | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||