|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.basex.query.ExprInfo
org.basex.query.expr.Expr
org.basex.query.item.Item
org.basex.query.item.Date
org.basex.query.item.Tim
public final class Tim
Time item.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.basex.query.expr.Expr |
---|
Expr.Use |
Field Summary |
---|
Fields inherited from class org.basex.query.item.Date |
---|
df, xc |
Fields inherited from class org.basex.query.item.Item |
---|
score, type |
Constructor Summary | |
---|---|
Tim(byte[] tim)
Constructor. |
|
Tim(Tim d,
DTd a,
boolean p)
Constructor. |
Method Summary |
---|
Methods inherited from class org.basex.query.item.Date |
---|
days, diff, eq, java, seconds, str, toString |
Methods inherited from class org.basex.query.item.Item |
---|
atomic, bool, comp, d, dbl, dec, duplicates, ebv, flt, hashCode, i, iter, iter, itr, n, name, node, plan, removable, returned, s, score, score, serialize, size, test, u, uses |
Methods inherited from class org.basex.query.expr.Expr |
---|
addText, checkCtx, checkDbl, checkItr, e, indexAccessible, indexEquivalent, remove, sameAs, v |
Methods inherited from class org.basex.query.ExprInfo |
---|
color, info |
Methods inherited from class java.lang.Object |
---|
equals, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Tim(Tim d, DTd a, boolean p) throws QueryException
d
- datea
- duration to be added/subtractedp
- plus/minus flag
QueryException
- query exceptionpublic Tim(byte[] tim) throws QueryException
tim
- time
QueryException
- query exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |