net.tinyos.tinydb
Class QueryResultMsg

java.lang.Object
  |
  +--net.tinyos.message.Message
        |
        +--net.tinyos.tinydb.QueryResultMsg
All Implemented Interfaces:
java.lang.Cloneable

public class QueryResultMsg
extends net.tinyos.message.Message


Field Summary
static int AM_TYPE
          The Active Message type associated with this message.
static int DEFAULT_MESSAGE_SIZE
          The default size of this message type in bytes.
 
Fields inherited from class net.tinyos.message.Message
base_offset, data_length, MAX_CONVERTED_STRING_LENGTH
 
Constructor Summary
QueryResultMsg()
          Create a new QueryResultMsg of size 41.
QueryResultMsg(byte[] data)
          Create a new QueryResultMsg using the given byte array as backing store.
QueryResultMsg(byte[] data, int base_offset)
          Create a new QueryResultMsg using the given byte array as backing store, with the given base offset.
QueryResultMsg(byte[] data, int base_offset, int data_length)
          Create a new QueryResultMsg using the given byte array as backing store, with the given base offset and data length.
QueryResultMsg(int data_length)
          Create a new QueryResultMsg of the given data_length.
QueryResultMsg(int data_length, int base_offset)
          Create a new QueryResultMsg with the given data_length and base offset.
QueryResultMsg(net.tinyos.message.Message msg, int base_offset)
          Create a new QueryResultMsg embedded in the given message at the given base offset.
QueryResultMsg(net.tinyos.message.Message msg, int base_offset, int data_length)
          Create a new QueryResultMsg embedded in the given message at the given base offset and length.
 
Method Summary
 int amType()
          Return the Active Message type of this message (-1 if unknown).
static int elementSize_qr_d_buf_data()
          Return the size, in bytes, of each element of the array 'qr.d.buf.data'
static int elementSize_qr_d_buf_group()
          Return the size, in bytes, of each element of the array 'qr.d.buf.group'
static int elementSize_qr_d_data()
          Return the size, in bytes, of each element of the array 'qr.d.data'
static int elementSize_qr_d_t_fields()
          Return the size, in bytes, of each element of the array 'qr.d.t.fields'
static int elementSizeBits_qr_d_buf_data()
          Return the size, in bits, of each element of the array 'qr.d.buf.data'
static int elementSizeBits_qr_d_buf_group()
          Return the size, in bits, of each element of the array 'qr.d.buf.group'
static int elementSizeBits_qr_d_data()
          Return the size, in bits, of each element of the array 'qr.d.data'
static int elementSizeBits_qr_d_t_fields()
          Return the size, in bits, of each element of the array 'qr.d.t.fields'
 short get_hdr_idx()
          Return the value (as a short) of the field 'hdr.idx'
 short get_hdr_level()
          Return the value (as a short) of the field 'hdr.level'
 short get_hdr_parentid()
          Return the value (as a short) of the field 'hdr.parentid'
 short get_hdr_senderid()
          Return the value (as a short) of the field 'hdr.senderid'
 short get_hdr_timeRemaining()
          Return the value (as a short) of the field 'hdr.timeRemaining'
 int[] get_qr_d_buf_data()
          Return the entire array 'qr.d.buf.data' as a int[]
 int[] get_qr_d_buf_group()
          Return the entire array 'qr.d.buf.group' as a int[]
 byte[] get_qr_d_data()
          Return the entire array 'qr.d.data' as a byte[]
 byte[] get_qr_d_t_fields()
          Return the entire array 'qr.d.t.fields' as a byte[]
 int get_qr_d_t_notNull()
          Return the value (as a int) of the field 'qr.d.t.notNull'
 byte get_qr_d_t_numFields()
          Return the value (as a byte) of the field 'qr.d.t.numFields'
 byte get_qr_d_t_qid()
          Return the value (as a byte) of the field 'qr.d.t.qid'
 int get_qr_epoch()
          Return the value (as a int) of the field 'qr.epoch'
 byte get_qr_qid()
          Return the value (as a byte) of the field 'qr.qid'
 short get_qr_qrType()
          Return the value (as a short) of the field 'qr.qrType'
 byte get_qr_result_idx()
          Return the value (as a byte) of the field 'qr.result_idx'
 int getElement_qr_d_buf_data(int index1)
          Return an element (as a int) of the array 'qr.d.buf.data'
 int getElement_qr_d_buf_group(int index1)
          Return an element (as a int) of the array 'qr.d.buf.group'
 byte getElement_qr_d_data(int index1)
          Return an element (as a byte) of the array 'qr.d.data'
 byte getElement_qr_d_t_fields(int index1)
          Return an element (as a byte) of the array 'qr.d.t.fields'
 java.lang.String getString_qr_d_data()
          Read the array 'qr.d.data' as a String
 java.lang.String getString_qr_d_t_fields()
          Read the array 'qr.d.t.fields' as a String
static boolean isArray_hdr_idx()
          Return whether the field 'hdr.idx' is an array (false).
static boolean isArray_hdr_level()
          Return whether the field 'hdr.level' is an array (false).
static boolean isArray_hdr_parentid()
          Return whether the field 'hdr.parentid' is an array (false).
static boolean isArray_hdr_senderid()
          Return whether the field 'hdr.senderid' is an array (false).
static boolean isArray_hdr_timeRemaining()
          Return whether the field 'hdr.timeRemaining' is an array (false).
static boolean isArray_qr_d_buf_data()
          Return whether the field 'qr.d.buf.data' is an array (true).
static boolean isArray_qr_d_buf_group()
          Return whether the field 'qr.d.buf.group' is an array (true).
static boolean isArray_qr_d_data()
          Return whether the field 'qr.d.data' is an array (true).
static boolean isArray_qr_d_t_fields()
          Return whether the field 'qr.d.t.fields' is an array (true).
static boolean isArray_qr_d_t_notNull()
          Return whether the field 'qr.d.t.notNull' is an array (false).
static boolean isArray_qr_d_t_numFields()
          Return whether the field 'qr.d.t.numFields' is an array (false).
static boolean isArray_qr_d_t_qid()
          Return whether the field 'qr.d.t.qid' is an array (false).
static boolean isArray_qr_epoch()
          Return whether the field 'qr.epoch' is an array (false).
static boolean isArray_qr_qid()
          Return whether the field 'qr.qid' is an array (false).
static boolean isArray_qr_qrType()
          Return whether the field 'qr.qrType' is an array (false).
static boolean isArray_qr_result_idx()
          Return whether the field 'qr.result_idx' is an array (false).
static boolean isSigned_hdr_idx()
          Return whether the field 'hdr.idx' is signed (false).
static boolean isSigned_hdr_level()
          Return whether the field 'hdr.level' is signed (false).
static boolean isSigned_hdr_parentid()
          Return whether the field 'hdr.parentid' is signed (false).
static boolean isSigned_hdr_senderid()
          Return whether the field 'hdr.senderid' is signed (false).
static boolean isSigned_hdr_timeRemaining()
          Return whether the field 'hdr.timeRemaining' is signed (false).
static boolean isSigned_qr_d_buf_data()
          Return whether the field 'qr.d.buf.data' is signed (false).
static boolean isSigned_qr_d_buf_group()
          Return whether the field 'qr.d.buf.group' is signed (false).
static boolean isSigned_qr_d_data()
          Return whether the field 'qr.d.data' is signed (false).
static boolean isSigned_qr_d_t_fields()
          Return whether the field 'qr.d.t.fields' is signed (false).
static boolean isSigned_qr_d_t_notNull()
          Return whether the field 'qr.d.t.notNull' is signed (false).
static boolean isSigned_qr_d_t_numFields()
          Return whether the field 'qr.d.t.numFields' is signed (false).
static boolean isSigned_qr_d_t_qid()
          Return whether the field 'qr.d.t.qid' is signed (false).
static boolean isSigned_qr_epoch()
          Return whether the field 'qr.epoch' is signed (false).
static boolean isSigned_qr_qid()
          Return whether the field 'qr.qid' is signed (false).
static boolean isSigned_qr_qrType()
          Return whether the field 'qr.qrType' is signed (false).
static boolean isSigned_qr_result_idx()
          Return whether the field 'qr.result_idx' is signed (false).
static int numDimensions_qr_d_buf_data()
          Return the number of dimensions in the array 'qr.d.buf.data'
static int numDimensions_qr_d_buf_group()
          Return the number of dimensions in the array 'qr.d.buf.group'
static int numDimensions_qr_d_data()
          Return the number of dimensions in the array 'qr.d.data'
static int numDimensions_qr_d_t_fields()
          Return the number of dimensions in the array 'qr.d.t.fields'
static int numElements_qr_d_buf_data()
          Return the number of elements in the array 'qr.d.buf.data'
static int numElements_qr_d_buf_data(int dimension)
          Return the number of elements in the array 'qr.d.buf.data' for the given dimension.
static int numElements_qr_d_buf_group()
          Return the number of elements in the array 'qr.d.buf.group'
static int numElements_qr_d_buf_group(int dimension)
          Return the number of elements in the array 'qr.d.buf.group' for the given dimension.
static int numElements_qr_d_data()
          Return the number of elements in the array 'qr.d.data'
static int numElements_qr_d_data(int dimension)
          Return the number of elements in the array 'qr.d.data' for the given dimension.
static int numElements_qr_d_t_fields(int dimension)
          Return the number of elements in the array 'qr.d.t.fields' for the given dimension.
static int offset_hdr_idx()
          Return the offset (in bytes) of the field 'hdr.idx'
static int offset_hdr_level()
          Return the offset (in bytes) of the field 'hdr.level'
static int offset_hdr_parentid()
          Return the offset (in bytes) of the field 'hdr.parentid'
static int offset_hdr_senderid()
          Return the offset (in bytes) of the field 'hdr.senderid'
static int offset_hdr_timeRemaining()
          Return the offset (in bytes) of the field 'hdr.timeRemaining'
static int offset_qr_d_buf_data(int index1)
          Return the offset (in bytes) of the field 'qr.d.buf.data'
static int offset_qr_d_buf_group(int index1)
          Return the offset (in bytes) of the field 'qr.d.buf.group'
static int offset_qr_d_data(int index1)
          Return the offset (in bytes) of the field 'qr.d.data'
static int offset_qr_d_t_fields(int index1)
          Return the offset (in bytes) of the field 'qr.d.t.fields'
static int offset_qr_d_t_notNull()
          Return the offset (in bytes) of the field 'qr.d.t.notNull'
static int offset_qr_d_t_numFields()
          Return the offset (in bytes) of the field 'qr.d.t.numFields'
static int offset_qr_d_t_qid()
          Return the offset (in bytes) of the field 'qr.d.t.qid'
static int offset_qr_epoch()
          Return the offset (in bytes) of the field 'qr.epoch'
static int offset_qr_qid()
          Return the offset (in bytes) of the field 'qr.qid'
static int offset_qr_qrType()
          Return the offset (in bytes) of the field 'qr.qrType'
static int offset_qr_result_idx()
          Return the offset (in bytes) of the field 'qr.result_idx'
static int offsetBits_hdr_idx()
          Return the offset (in bits) of the field 'hdr.idx'
static int offsetBits_hdr_level()
          Return the offset (in bits) of the field 'hdr.level'
static int offsetBits_hdr_parentid()
          Return the offset (in bits) of the field 'hdr.parentid'
static int offsetBits_hdr_senderid()
          Return the offset (in bits) of the field 'hdr.senderid'
static int offsetBits_hdr_timeRemaining()
          Return the offset (in bits) of the field 'hdr.timeRemaining'
static int offsetBits_qr_d_buf_data(int index1)
          Return the offset (in bits) of the field 'qr.d.buf.data'
static int offsetBits_qr_d_buf_group(int index1)
          Return the offset (in bits) of the field 'qr.d.buf.group'
static int offsetBits_qr_d_data(int index1)
          Return the offset (in bits) of the field 'qr.d.data'
static int offsetBits_qr_d_t_fields(int index1)
          Return the offset (in bits) of the field 'qr.d.t.fields'
static int offsetBits_qr_d_t_notNull()
          Return the offset (in bits) of the field 'qr.d.t.notNull'
static int offsetBits_qr_d_t_numFields()
          Return the offset (in bits) of the field 'qr.d.t.numFields'
static int offsetBits_qr_d_t_qid()
          Return the offset (in bits) of the field 'qr.d.t.qid'
static int offsetBits_qr_epoch()
          Return the offset (in bits) of the field 'qr.epoch'
static int offsetBits_qr_qid()
          Return the offset (in bits) of the field 'qr.qid'
static int offsetBits_qr_qrType()
          Return the offset (in bits) of the field 'qr.qrType'
static int offsetBits_qr_result_idx()
          Return the offset (in bits) of the field 'qr.result_idx'
 void set_hdr_idx(short value)
          Set the value of the field 'hdr.idx'
 void set_hdr_level(short value)
          Set the value of the field 'hdr.level'
 void set_hdr_parentid(short value)
          Set the value of the field 'hdr.parentid'
 void set_hdr_senderid(short value)
          Set the value of the field 'hdr.senderid'
 void set_hdr_timeRemaining(short value)
          Set the value of the field 'hdr.timeRemaining'
 void set_qr_d_buf_data(int[] value)
          Set the contents of the array 'qr.d.buf.data' from the given int[]
 void set_qr_d_buf_group(int[] value)
          Set the contents of the array 'qr.d.buf.group' from the given int[]
 void set_qr_d_data(byte[] value)
          Set the contents of the array 'qr.d.data' from the given byte[]
 void set_qr_d_t_fields(byte[] value)
          Set the contents of the array 'qr.d.t.fields' from the given byte[]
 void set_qr_d_t_notNull(int value)
          Set the value of the field 'qr.d.t.notNull'
 void set_qr_d_t_numFields(byte value)
          Set the value of the field 'qr.d.t.numFields'
 void set_qr_d_t_qid(byte value)
          Set the value of the field 'qr.d.t.qid'
 void set_qr_epoch(int value)
          Set the value of the field 'qr.epoch'
 void set_qr_qid(byte value)
          Set the value of the field 'qr.qid'
 void set_qr_qrType(short value)
          Set the value of the field 'qr.qrType'
 void set_qr_result_idx(byte value)
          Set the value of the field 'qr.result_idx'
 void setElement_qr_d_buf_data(int index1, int value)
          Set an element of the array 'qr.d.buf.data'
 void setElement_qr_d_buf_group(int index1, int value)
          Set an element of the array 'qr.d.buf.group'
 void setElement_qr_d_data(int index1, byte value)
          Set an element of the array 'qr.d.data'
 void setElement_qr_d_t_fields(int index1, byte value)
          Set an element of the array 'qr.d.t.fields'
 void setString_qr_d_data(java.lang.String s)
          Fill in the array 'qr.d.data' with a String
 void setString_qr_d_t_fields(java.lang.String s)
          Fill in the array 'qr.d.t.fields' with a String
static int size_hdr_idx()
          Return the size, in bytes, of the field 'hdr.idx'
static int size_hdr_level()
          Return the size, in bytes, of the field 'hdr.level'
static int size_hdr_parentid()
          Return the size, in bytes, of the field 'hdr.parentid'
static int size_hdr_senderid()
          Return the size, in bytes, of the field 'hdr.senderid'
static int size_hdr_timeRemaining()
          Return the size, in bytes, of the field 'hdr.timeRemaining'
static int size_qr_d_t_notNull()
          Return the size, in bytes, of the field 'qr.d.t.notNull'
static int size_qr_d_t_numFields()
          Return the size, in bytes, of the field 'qr.d.t.numFields'
static int size_qr_d_t_qid()
          Return the size, in bytes, of the field 'qr.d.t.qid'
static int size_qr_epoch()
          Return the size, in bytes, of the field 'qr.epoch'
static int size_qr_qid()
          Return the size, in bytes, of the field 'qr.qid'
static int size_qr_qrType()
          Return the size, in bytes, of the field 'qr.qrType'
static int size_qr_result_idx()
          Return the size, in bytes, of the field 'qr.result_idx'
static int sizeBits_hdr_idx()
          Return the size, in bits, of the field 'hdr.idx'
static int sizeBits_hdr_level()
          Return the size, in bits, of the field 'hdr.level'
static int sizeBits_hdr_parentid()
          Return the size, in bits, of the field 'hdr.parentid'
static int sizeBits_hdr_senderid()
          Return the size, in bits, of the field 'hdr.senderid'
static int sizeBits_hdr_timeRemaining()
          Return the size, in bits, of the field 'hdr.timeRemaining'
static int sizeBits_qr_d_t_notNull()
          Return the size, in bits, of the field 'qr.d.t.notNull'
static int sizeBits_qr_d_t_numFields()
          Return the size, in bits, of the field 'qr.d.t.numFields'
static int sizeBits_qr_d_t_qid()
          Return the size, in bits, of the field 'qr.d.t.qid'
static int sizeBits_qr_epoch()
          Return the size, in bits, of the field 'qr.epoch'
static int sizeBits_qr_qid()
          Return the size, in bits, of the field 'qr.qid'
static int sizeBits_qr_qrType()
          Return the size, in bits, of the field 'qr.qrType'
static int sizeBits_qr_result_idx()
          Return the size, in bits, of the field 'qr.result_idx'
 java.lang.String toString()
          /* Return a String representation of this message.
static int totalSize_qr_d_buf_data()
          Return the total size, in bytes, of the array 'qr.d.buf.data'
static int totalSize_qr_d_buf_group()
          Return the total size, in bytes, of the array 'qr.d.buf.group'
static int totalSize_qr_d_data()
          Return the total size, in bytes, of the array 'qr.d.data'
static int totalSizeBits_qr_d_buf_data()
          Return the total size, in bits, of the array 'qr.d.buf.data'
static int totalSizeBits_qr_d_buf_group()
          Return the total size, in bits, of the array 'qr.d.buf.group'
static int totalSizeBits_qr_d_data()
          Return the total size, in bits, of the array 'qr.d.data'
 
Methods inherited from class net.tinyos.message.Message
baseOffset, clone, clone, dataGet, dataLength, dataSet, dataSet, getFloatElement, getSIntElement, getUIntElement, setFloatElement, setSIntElement, setUIntElement
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DEFAULT_MESSAGE_SIZE

public static final int DEFAULT_MESSAGE_SIZE
The default size of this message type in bytes.

See Also:
Constant Field Values

AM_TYPE

public static final int AM_TYPE
The Active Message type associated with this message.

See Also:
Constant Field Values
Constructor Detail

QueryResultMsg

public QueryResultMsg()
Create a new QueryResultMsg of size 41.


QueryResultMsg

public QueryResultMsg(int data_length)
Create a new QueryResultMsg of the given data_length.


QueryResultMsg

public QueryResultMsg(int data_length,
                      int base_offset)
Create a new QueryResultMsg with the given data_length and base offset.


QueryResultMsg

public QueryResultMsg(byte[] data)
Create a new QueryResultMsg using the given byte array as backing store.


QueryResultMsg

public QueryResultMsg(byte[] data,
                      int base_offset)
Create a new QueryResultMsg using the given byte array as backing store, with the given base offset.


QueryResultMsg

public QueryResultMsg(byte[] data,
                      int base_offset,
                      int data_length)
Create a new QueryResultMsg using the given byte array as backing store, with the given base offset and data length.


QueryResultMsg

public QueryResultMsg(net.tinyos.message.Message msg,
                      int base_offset)
Create a new QueryResultMsg embedded in the given message at the given base offset.


QueryResultMsg

public QueryResultMsg(net.tinyos.message.Message msg,
                      int base_offset,
                      int data_length)
Create a new QueryResultMsg embedded in the given message at the given base offset and length.

Method Detail

amType

public int amType()
Return the Active Message type of this message (-1 if unknown).

Overrides:
amType in class net.tinyos.message.Message

toString

public java.lang.String toString()
/* Return a String representation of this message. Includes the message type name and the non-indexed field values.

Overrides:
toString in class java.lang.Object

isSigned_hdr_senderid

public static boolean isSigned_hdr_senderid()
Return whether the field 'hdr.senderid' is signed (false).


isArray_hdr_senderid

public static boolean isArray_hdr_senderid()
Return whether the field 'hdr.senderid' is an array (false).


offset_hdr_senderid

public static int offset_hdr_senderid()
Return the offset (in bytes) of the field 'hdr.senderid'


offsetBits_hdr_senderid

public static int offsetBits_hdr_senderid()
Return the offset (in bits) of the field 'hdr.senderid'


get_hdr_senderid

public short get_hdr_senderid()
Return the value (as a short) of the field 'hdr.senderid'


set_hdr_senderid

public void set_hdr_senderid(short value)
Set the value of the field 'hdr.senderid'


size_hdr_senderid

public static int size_hdr_senderid()
Return the size, in bytes, of the field 'hdr.senderid'


sizeBits_hdr_senderid

public static int sizeBits_hdr_senderid()
Return the size, in bits, of the field 'hdr.senderid'


isSigned_hdr_parentid

public static boolean isSigned_hdr_parentid()
Return whether the field 'hdr.parentid' is signed (false).


isArray_hdr_parentid

public static boolean isArray_hdr_parentid()
Return whether the field 'hdr.parentid' is an array (false).


offset_hdr_parentid

public static int offset_hdr_parentid()
Return the offset (in bytes) of the field 'hdr.parentid'


offsetBits_hdr_parentid

public static int offsetBits_hdr_parentid()
Return the offset (in bits) of the field 'hdr.parentid'


get_hdr_parentid

public short get_hdr_parentid()
Return the value (as a short) of the field 'hdr.parentid'


set_hdr_parentid

public void set_hdr_parentid(short value)
Set the value of the field 'hdr.parentid'


size_hdr_parentid

public static int size_hdr_parentid()
Return the size, in bytes, of the field 'hdr.parentid'


sizeBits_hdr_parentid

public static int sizeBits_hdr_parentid()
Return the size, in bits, of the field 'hdr.parentid'


isSigned_hdr_level

public static boolean isSigned_hdr_level()
Return whether the field 'hdr.level' is signed (false).


isArray_hdr_level

public static boolean isArray_hdr_level()
Return whether the field 'hdr.level' is an array (false).


offset_hdr_level

public static int offset_hdr_level()
Return the offset (in bytes) of the field 'hdr.level'


offsetBits_hdr_level

public static int offsetBits_hdr_level()
Return the offset (in bits) of the field 'hdr.level'


get_hdr_level

public short get_hdr_level()
Return the value (as a short) of the field 'hdr.level'


set_hdr_level

public void set_hdr_level(short value)
Set the value of the field 'hdr.level'


size_hdr_level

public static int size_hdr_level()
Return the size, in bytes, of the field 'hdr.level'


sizeBits_hdr_level

public static int sizeBits_hdr_level()
Return the size, in bits, of the field 'hdr.level'


isSigned_hdr_timeRemaining

public static boolean isSigned_hdr_timeRemaining()
Return whether the field 'hdr.timeRemaining' is signed (false).


isArray_hdr_timeRemaining

public static boolean isArray_hdr_timeRemaining()
Return whether the field 'hdr.timeRemaining' is an array (false).


offset_hdr_timeRemaining

public static int offset_hdr_timeRemaining()
Return the offset (in bytes) of the field 'hdr.timeRemaining'


offsetBits_hdr_timeRemaining

public static int offsetBits_hdr_timeRemaining()
Return the offset (in bits) of the field 'hdr.timeRemaining'


get_hdr_timeRemaining

public short get_hdr_timeRemaining()
Return the value (as a short) of the field 'hdr.timeRemaining'


set_hdr_timeRemaining

public void set_hdr_timeRemaining(short value)
Set the value of the field 'hdr.timeRemaining'


size_hdr_timeRemaining

public static int size_hdr_timeRemaining()
Return the size, in bytes, of the field 'hdr.timeRemaining'


sizeBits_hdr_timeRemaining

public static int sizeBits_hdr_timeRemaining()
Return the size, in bits, of the field 'hdr.timeRemaining'


isSigned_hdr_idx

public static boolean isSigned_hdr_idx()
Return whether the field 'hdr.idx' is signed (false).


isArray_hdr_idx

public static boolean isArray_hdr_idx()
Return whether the field 'hdr.idx' is an array (false).


offset_hdr_idx

public static int offset_hdr_idx()
Return the offset (in bytes) of the field 'hdr.idx'


offsetBits_hdr_idx

public static int offsetBits_hdr_idx()
Return the offset (in bits) of the field 'hdr.idx'


get_hdr_idx

public short get_hdr_idx()
Return the value (as a short) of the field 'hdr.idx'


set_hdr_idx

public void set_hdr_idx(short value)
Set the value of the field 'hdr.idx'


size_hdr_idx

public static int size_hdr_idx()
Return the size, in bytes, of the field 'hdr.idx'


sizeBits_hdr_idx

public static int sizeBits_hdr_idx()
Return the size, in bits, of the field 'hdr.idx'


isSigned_qr_qid

public static boolean isSigned_qr_qid()
Return whether the field 'qr.qid' is signed (false).


isArray_qr_qid

public static boolean isArray_qr_qid()
Return whether the field 'qr.qid' is an array (false).


offset_qr_qid

public static int offset_qr_qid()
Return the offset (in bytes) of the field 'qr.qid'


offsetBits_qr_qid

public static int offsetBits_qr_qid()
Return the offset (in bits) of the field 'qr.qid'


get_qr_qid

public byte get_qr_qid()
Return the value (as a byte) of the field 'qr.qid'


set_qr_qid

public void set_qr_qid(byte value)
Set the value of the field 'qr.qid'


size_qr_qid

public static int size_qr_qid()
Return the size, in bytes, of the field 'qr.qid'


sizeBits_qr_qid

public static int sizeBits_qr_qid()
Return the size, in bits, of the field 'qr.qid'


isSigned_qr_result_idx

public static boolean isSigned_qr_result_idx()
Return whether the field 'qr.result_idx' is signed (false).


isArray_qr_result_idx

public static boolean isArray_qr_result_idx()
Return whether the field 'qr.result_idx' is an array (false).


offset_qr_result_idx

public static int offset_qr_result_idx()
Return the offset (in bytes) of the field 'qr.result_idx'


offsetBits_qr_result_idx

public static int offsetBits_qr_result_idx()
Return the offset (in bits) of the field 'qr.result_idx'


get_qr_result_idx

public byte get_qr_result_idx()
Return the value (as a byte) of the field 'qr.result_idx'


set_qr_result_idx

public void set_qr_result_idx(byte value)
Set the value of the field 'qr.result_idx'


size_qr_result_idx

public static int size_qr_result_idx()
Return the size, in bytes, of the field 'qr.result_idx'


sizeBits_qr_result_idx

public static int sizeBits_qr_result_idx()
Return the size, in bits, of the field 'qr.result_idx'


isSigned_qr_epoch

public static boolean isSigned_qr_epoch()
Return whether the field 'qr.epoch' is signed (false).


isArray_qr_epoch

public static boolean isArray_qr_epoch()
Return whether the field 'qr.epoch' is an array (false).


offset_qr_epoch

public static int offset_qr_epoch()
Return the offset (in bytes) of the field 'qr.epoch'


offsetBits_qr_epoch

public static int offsetBits_qr_epoch()
Return the offset (in bits) of the field 'qr.epoch'


get_qr_epoch

public int get_qr_epoch()
Return the value (as a int) of the field 'qr.epoch'


set_qr_epoch

public void set_qr_epoch(int value)
Set the value of the field 'qr.epoch'


size_qr_epoch

public static int size_qr_epoch()
Return the size, in bytes, of the field 'qr.epoch'


sizeBits_qr_epoch

public static int sizeBits_qr_epoch()
Return the size, in bits, of the field 'qr.epoch'


isSigned_qr_qrType

public static boolean isSigned_qr_qrType()
Return whether the field 'qr.qrType' is signed (false).


isArray_qr_qrType

public static boolean isArray_qr_qrType()
Return whether the field 'qr.qrType' is an array (false).


offset_qr_qrType

public static int offset_qr_qrType()
Return the offset (in bytes) of the field 'qr.qrType'


offsetBits_qr_qrType

public static int offsetBits_qr_qrType()
Return the offset (in bits) of the field 'qr.qrType'


get_qr_qrType

public short get_qr_qrType()
Return the value (as a short) of the field 'qr.qrType'


set_qr_qrType

public void set_qr_qrType(short value)
Set the value of the field 'qr.qrType'


size_qr_qrType

public static int size_qr_qrType()
Return the size, in bytes, of the field 'qr.qrType'


sizeBits_qr_qrType

public static int sizeBits_qr_qrType()
Return the size, in bits, of the field 'qr.qrType'


isSigned_qr_d_t_qid

public static boolean isSigned_qr_d_t_qid()
Return whether the field 'qr.d.t.qid' is signed (false).


isArray_qr_d_t_qid

public static boolean isArray_qr_d_t_qid()
Return whether the field 'qr.d.t.qid' is an array (false).


offset_qr_d_t_qid

public static int offset_qr_d_t_qid()
Return the offset (in bytes) of the field 'qr.d.t.qid'


offsetBits_qr_d_t_qid

public static int offsetBits_qr_d_t_qid()
Return the offset (in bits) of the field 'qr.d.t.qid'


get_qr_d_t_qid

public byte get_qr_d_t_qid()
Return the value (as a byte) of the field 'qr.d.t.qid'


set_qr_d_t_qid

public void set_qr_d_t_qid(byte value)
Set the value of the field 'qr.d.t.qid'


size_qr_d_t_qid

public static int size_qr_d_t_qid()
Return the size, in bytes, of the field 'qr.d.t.qid'


sizeBits_qr_d_t_qid

public static int sizeBits_qr_d_t_qid()
Return the size, in bits, of the field 'qr.d.t.qid'


isSigned_qr_d_t_numFields

public static boolean isSigned_qr_d_t_numFields()
Return whether the field 'qr.d.t.numFields' is signed (false).


isArray_qr_d_t_numFields

public static boolean isArray_qr_d_t_numFields()
Return whether the field 'qr.d.t.numFields' is an array (false).


offset_qr_d_t_numFields

public static int offset_qr_d_t_numFields()
Return the offset (in bytes) of the field 'qr.d.t.numFields'


offsetBits_qr_d_t_numFields

public static int offsetBits_qr_d_t_numFields()
Return the offset (in bits) of the field 'qr.d.t.numFields'


get_qr_d_t_numFields

public byte get_qr_d_t_numFields()
Return the value (as a byte) of the field 'qr.d.t.numFields'


set_qr_d_t_numFields

public void set_qr_d_t_numFields(byte value)
Set the value of the field 'qr.d.t.numFields'


size_qr_d_t_numFields

public static int size_qr_d_t_numFields()
Return the size, in bytes, of the field 'qr.d.t.numFields'


sizeBits_qr_d_t_numFields

public static int sizeBits_qr_d_t_numFields()
Return the size, in bits, of the field 'qr.d.t.numFields'


isSigned_qr_d_t_notNull

public static boolean isSigned_qr_d_t_notNull()
Return whether the field 'qr.d.t.notNull' is signed (false).


isArray_qr_d_t_notNull

public static boolean isArray_qr_d_t_notNull()
Return whether the field 'qr.d.t.notNull' is an array (false).


offset_qr_d_t_notNull

public static int offset_qr_d_t_notNull()
Return the offset (in bytes) of the field 'qr.d.t.notNull'


offsetBits_qr_d_t_notNull

public static int offsetBits_qr_d_t_notNull()
Return the offset (in bits) of the field 'qr.d.t.notNull'


get_qr_d_t_notNull

public int get_qr_d_t_notNull()
Return the value (as a int) of the field 'qr.d.t.notNull'


set_qr_d_t_notNull

public void set_qr_d_t_notNull(int value)
Set the value of the field 'qr.d.t.notNull'


size_qr_d_t_notNull

public static int size_qr_d_t_notNull()
Return the size, in bytes, of the field 'qr.d.t.notNull'


sizeBits_qr_d_t_notNull

public static int sizeBits_qr_d_t_notNull()
Return the size, in bits, of the field 'qr.d.t.notNull'


isSigned_qr_d_t_fields

public static boolean isSigned_qr_d_t_fields()
Return whether the field 'qr.d.t.fields' is signed (false).


isArray_qr_d_t_fields

public static boolean isArray_qr_d_t_fields()
Return whether the field 'qr.d.t.fields' is an array (true).


offset_qr_d_t_fields

public static int offset_qr_d_t_fields(int index1)
Return the offset (in bytes) of the field 'qr.d.t.fields'


offsetBits_qr_d_t_fields

public static int offsetBits_qr_d_t_fields(int index1)
Return the offset (in bits) of the field 'qr.d.t.fields'


get_qr_d_t_fields

public byte[] get_qr_d_t_fields()
Return the entire array 'qr.d.t.fields' as a byte[]


set_qr_d_t_fields

public void set_qr_d_t_fields(byte[] value)
Set the contents of the array 'qr.d.t.fields' from the given byte[]


getElement_qr_d_t_fields

public byte getElement_qr_d_t_fields(int index1)
Return an element (as a byte) of the array 'qr.d.t.fields'


setElement_qr_d_t_fields

public void setElement_qr_d_t_fields(int index1,
                                     byte value)
Set an element of the array 'qr.d.t.fields'


elementSize_qr_d_t_fields

public static int elementSize_qr_d_t_fields()
Return the size, in bytes, of each element of the array 'qr.d.t.fields'


elementSizeBits_qr_d_t_fields

public static int elementSizeBits_qr_d_t_fields()
Return the size, in bits, of each element of the array 'qr.d.t.fields'


numDimensions_qr_d_t_fields

public static int numDimensions_qr_d_t_fields()
Return the number of dimensions in the array 'qr.d.t.fields'


numElements_qr_d_t_fields

public static int numElements_qr_d_t_fields(int dimension)
Return the number of elements in the array 'qr.d.t.fields' for the given dimension.


setString_qr_d_t_fields

public void setString_qr_d_t_fields(java.lang.String s)
Fill in the array 'qr.d.t.fields' with a String


getString_qr_d_t_fields

public java.lang.String getString_qr_d_t_fields()
Read the array 'qr.d.t.fields' as a String


isSigned_qr_d_data

public static boolean isSigned_qr_d_data()
Return whether the field 'qr.d.data' is signed (false).


isArray_qr_d_data

public static boolean isArray_qr_d_data()
Return whether the field 'qr.d.data' is an array (true).


offset_qr_d_data

public static int offset_qr_d_data(int index1)
Return the offset (in bytes) of the field 'qr.d.data'


offsetBits_qr_d_data

public static int offsetBits_qr_d_data(int index1)
Return the offset (in bits) of the field 'qr.d.data'


get_qr_d_data

public byte[] get_qr_d_data()
Return the entire array 'qr.d.data' as a byte[]


set_qr_d_data

public void set_qr_d_data(byte[] value)
Set the contents of the array 'qr.d.data' from the given byte[]


getElement_qr_d_data

public byte getElement_qr_d_data(int index1)
Return an element (as a byte) of the array 'qr.d.data'


setElement_qr_d_data

public void setElement_qr_d_data(int index1,
                                 byte value)
Set an element of the array 'qr.d.data'


totalSize_qr_d_data

public static int totalSize_qr_d_data()
Return the total size, in bytes, of the array 'qr.d.data'


totalSizeBits_qr_d_data

public static int totalSizeBits_qr_d_data()
Return the total size, in bits, of the array 'qr.d.data'


elementSize_qr_d_data

public static int elementSize_qr_d_data()
Return the size, in bytes, of each element of the array 'qr.d.data'


elementSizeBits_qr_d_data

public static int elementSizeBits_qr_d_data()
Return the size, in bits, of each element of the array 'qr.d.data'


numDimensions_qr_d_data

public static int numDimensions_qr_d_data()
Return the number of dimensions in the array 'qr.d.data'


numElements_qr_d_data

public static int numElements_qr_d_data()
Return the number of elements in the array 'qr.d.data'


numElements_qr_d_data

public static int numElements_qr_d_data(int dimension)
Return the number of elements in the array 'qr.d.data' for the given dimension.


setString_qr_d_data

public void setString_qr_d_data(java.lang.String s)
Fill in the array 'qr.d.data' with a String


getString_qr_d_data

public java.lang.String getString_qr_d_data()
Read the array 'qr.d.data' as a String


isSigned_qr_d_buf_group

public static boolean isSigned_qr_d_buf_group()
Return whether the field 'qr.d.buf.group' is signed (false).


isArray_qr_d_buf_group

public static boolean isArray_qr_d_buf_group()
Return whether the field 'qr.d.buf.group' is an array (true).


offset_qr_d_buf_group

public static int offset_qr_d_buf_group(int index1)
Return the offset (in bytes) of the field 'qr.d.buf.group'


offsetBits_qr_d_buf_group

public static int offsetBits_qr_d_buf_group(int index1)
Return the offset (in bits) of the field 'qr.d.buf.group'


get_qr_d_buf_group

public int[] get_qr_d_buf_group()
Return the entire array 'qr.d.buf.group' as a int[]


set_qr_d_buf_group

public void set_qr_d_buf_group(int[] value)
Set the contents of the array 'qr.d.buf.group' from the given int[]


getElement_qr_d_buf_group

public int getElement_qr_d_buf_group(int index1)
Return an element (as a int) of the array 'qr.d.buf.group'


setElement_qr_d_buf_group

public void setElement_qr_d_buf_group(int index1,
                                      int value)
Set an element of the array 'qr.d.buf.group'


totalSize_qr_d_buf_group

public static int totalSize_qr_d_buf_group()
Return the total size, in bytes, of the array 'qr.d.buf.group'


totalSizeBits_qr_d_buf_group

public static int totalSizeBits_qr_d_buf_group()
Return the total size, in bits, of the array 'qr.d.buf.group'


elementSize_qr_d_buf_group

public static int elementSize_qr_d_buf_group()
Return the size, in bytes, of each element of the array 'qr.d.buf.group'


elementSizeBits_qr_d_buf_group

public static int elementSizeBits_qr_d_buf_group()
Return the size, in bits, of each element of the array 'qr.d.buf.group'


numDimensions_qr_d_buf_group

public static int numDimensions_qr_d_buf_group()
Return the number of dimensions in the array 'qr.d.buf.group'


numElements_qr_d_buf_group

public static int numElements_qr_d_buf_group()
Return the number of elements in the array 'qr.d.buf.group'


numElements_qr_d_buf_group

public static int numElements_qr_d_buf_group(int dimension)
Return the number of elements in the array 'qr.d.buf.group' for the given dimension.


isSigned_qr_d_buf_data

public static boolean isSigned_qr_d_buf_data()
Return whether the field 'qr.d.buf.data' is signed (false).


isArray_qr_d_buf_data

public static boolean isArray_qr_d_buf_data()
Return whether the field 'qr.d.buf.data' is an array (true).


offset_qr_d_buf_data

public static int offset_qr_d_buf_data(int index1)
Return the offset (in bytes) of the field 'qr.d.buf.data'


offsetBits_qr_d_buf_data

public static int offsetBits_qr_d_buf_data(int index1)
Return the offset (in bits) of the field 'qr.d.buf.data'


get_qr_d_buf_data

public int[] get_qr_d_buf_data()
Return the entire array 'qr.d.buf.data' as a int[]


set_qr_d_buf_data

public void set_qr_d_buf_data(int[] value)
Set the contents of the array 'qr.d.buf.data' from the given int[]


getElement_qr_d_buf_data

public int getElement_qr_d_buf_data(int index1)
Return an element (as a int) of the array 'qr.d.buf.data'


setElement_qr_d_buf_data

public void setElement_qr_d_buf_data(int index1,
                                     int value)
Set an element of the array 'qr.d.buf.data'


totalSize_qr_d_buf_data

public static int totalSize_qr_d_buf_data()
Return the total size, in bytes, of the array 'qr.d.buf.data'


totalSizeBits_qr_d_buf_data

public static int totalSizeBits_qr_d_buf_data()
Return the total size, in bits, of the array 'qr.d.buf.data'


elementSize_qr_d_buf_data

public static int elementSize_qr_d_buf_data()
Return the size, in bytes, of each element of the array 'qr.d.buf.data'


elementSizeBits_qr_d_buf_data

public static int elementSizeBits_qr_d_buf_data()
Return the size, in bits, of each element of the array 'qr.d.buf.data'


numDimensions_qr_d_buf_data

public static int numDimensions_qr_d_buf_data()
Return the number of dimensions in the array 'qr.d.buf.data'


numElements_qr_d_buf_data

public static int numElements_qr_d_buf_data()
Return the number of elements in the array 'qr.d.buf.data'


numElements_qr_d_buf_data

public static int numElements_qr_d_buf_data(int dimension)
Return the number of elements in the array 'qr.d.buf.data' for the given dimension.