Package jminusminus

Class CLElementValuePair

java.lang.Object
jminusminus.CLElementValuePair

class CLElementValuePair extends Object
Representation of the element_value_pairs table entry.
  • Field Details

    • elementNameIndex

      public int elementNameIndex
      element_value_pairs_table_entry.element_name_index item.
    • value

      public CLElementValue value
      element_value_pairs_table_entry.value item.
  • Constructor Details

    • CLElementValuePair

      public CLElementValuePair(int elementNameIndex, CLElementValue value)
      Construct a CLElementValuePair object.
      Parameters:
      elementNameIndex - element_value_pairs_table_entry.element_name_index item.
      value - element_value_pairs_table_entry.value item.
  • Method Details

    • write

      public void write(CLOutputStream out) throws IOException
      Write the contents of this object to the specified output stream.
      Parameters:
      out - output stream.
      Throws:
      IOException - if an error occurs while writing.