|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.satline.expr.DateConstant
public class DateConstant
A date constant.
| Constructor Summary | |
|---|---|
DateConstant()
Default constructor. |
|
DateConstant(java.util.Date value)
Constructor using fields. |
|
| Method Summary | ||
|---|---|---|
boolean |
equals(java.lang.Object obj)
Compares this object against the specified object. |
|
java.util.Date |
getValue()
Get date value |
|
|
greet(ExpressionWalker<E,F> visitor,
F arg)
Handle visit of ExpressionWalker. |
|
int |
hashCode()
|
|
void |
setValue(java.util.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(java.util.Date value)
value - | Method Detail |
|---|
public java.util.Date getValue()
public void setValue(java.util.Date value)
value - - value to set.
public <E,F> E greet(ExpressionWalker<E,F> visitor,
F arg)
throws ExpressionException
greet in interface Expressionvisitor - - the ExpressionWalker visiting this objectarg - - implementation dependent argument
ExpressionExceptionpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - - object to compare with
public int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||