org.basex.query.item
Class Itr

java.lang.Object
  extended by org.basex.query.ExprInfo
      extended by org.basex.query.expr.Expr
          extended by org.basex.query.item.Item
              extended by org.basex.query.item.Itr

public class Itr
extends Item

Integer item.

Author:
Workgroup DBIS, University of Konstanz 2005-10, ISC License, Christian Gruen

Nested Class Summary
 
Nested classes/interfaces inherited from class org.basex.query.expr.Expr
Expr.Use
 
Field Summary
static Itr ZERO
          Zero value.
 
Fields inherited from class org.basex.query.item.Item
score, type
 
Constructor Summary
Itr(Date d)
          Constructor.
Itr(long v, Type t)
          Constructor.
 
Method Summary
 boolean bool()
          Returns a boolean representation of the item.
 double dbl()
          Returns a double representation of the item.
 BigDecimal dec()
          Returns a decimal representation of the item.
 int diff(Item it)
          Returns the difference between the current and the specified item.
 boolean eq(Item it)
          Checks the items for equality.
 float flt()
          Returns a float representation of the item.
static Itr get(long v)
          Returns an instance of this class.
 int hashCode()
           
 long itr()
          Returns an integer (long) representation of the item.
 Object java()
          Returns a Java object.
 byte[] str()
          Returns an atomized string.
 
Methods inherited from class org.basex.query.item.Item
atomic, comp, d, duplicates, ebv, i, iter, iter, n, name, node, plan, removable, returned, s, score, score, serialize, size, test, toString, 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
 

Field Detail

ZERO

public static final Itr ZERO
Zero value.

Constructor Detail

Itr

public Itr(long v,
           Type t)
Constructor.

Parameters:
v - value
t - data type

Itr

public Itr(Date d)
Constructor.

Parameters:
d - date time
Method Detail

get

public static Itr get(long v)
Returns an instance of this class.

Parameters:
v - value
Returns:
instance

str

public final byte[] str()
Description copied from class: Item
Returns an atomized string.

Overrides:
str in class Item
Returns:
string representation

bool

public final boolean bool()
Description copied from class: Item
Returns a boolean representation of the item.

Overrides:
bool in class Item
Returns:
boolean value

itr

public final long itr()
Description copied from class: Item
Returns an integer (long) representation of the item.

Overrides:
itr in class Item
Returns:
long value

flt

public final float flt()
Description copied from class: Item
Returns a float representation of the item.

Overrides:
flt in class Item
Returns:
float value

dbl

public final double dbl()
Description copied from class: Item
Returns a double representation of the item.

Overrides:
dbl in class Item
Returns:
double value

dec

public final BigDecimal dec()
Description copied from class: Item
Returns a decimal representation of the item.

Overrides:
dec in class Item
Returns:
decimal value

eq

public final boolean eq(Item it)
                 throws QueryException
Description copied from class: Item
Checks the items for equality.

Specified by:
eq in class Item
Parameters:
it - item to be compared
Returns:
result of check
Throws:
QueryException - query exception

diff

public final int diff(Item it)
               throws QueryException
Description copied from class: Item
Returns the difference between the current and the specified item.

Overrides:
diff in class Item
Parameters:
it - item to be compared
Returns:
difference
Throws:
QueryException - query exception

java

public final Object java()
Description copied from class: Item
Returns a Java object.

Overrides:
java in class Item
Returns:
string representation

hashCode

public final int hashCode()
Overrides:
hashCode in class Item