net.tinyos.tinydb
Class SelOp

java.lang.Object
  |
  +--net.tinyos.tinydb.SelOp

public class SelOp
extends java.lang.Object


Field Summary
static byte OP_EQ
           
static byte OP_GE
           
static byte OP_GT
           
static byte OP_LE
           
static byte OP_LT
           
static byte OP_NEQ
           
 
Constructor Summary
SelOp(byte type)
           
 
Method Summary
 byte toByte()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

OP_EQ

public static final byte OP_EQ
See Also:
Constant Field Values

OP_NEQ

public static final byte OP_NEQ
See Also:
Constant Field Values

OP_GT

public static final byte OP_GT
See Also:
Constant Field Values

OP_GE

public static final byte OP_GE
See Also:
Constant Field Values

OP_LT

public static final byte OP_LT
See Also:
Constant Field Values

OP_LE

public static final byte OP_LE
See Also:
Constant Field Values
Constructor Detail

SelOp

public SelOp(byte type)
      throws java.util.NoSuchElementException
Method Detail

toByte

public byte toByte()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object