Package jminusminus
Class CLElementValuePair
java.lang.Object
jminusminus.CLElementValuePair
Representation of the element_value_pairs table entry.
-
Field Summary
Modifier and TypeFieldDescriptionint
element_value_pairs_table_entry.element_name_index item.element_value_pairs_table_entry.value item. -
Constructor Summary
ConstructorDescriptionCLElementValuePair
(int elementNameIndex, CLElementValue value) Construct a CLElementValuePair object. -
Method Summary
Modifier and TypeMethodDescriptionvoid
write
(CLOutputStream out) Write the contents of this object to the specified output stream.
-
Field Details
-
elementNameIndex
public int elementNameIndexelement_value_pairs_table_entry.element_name_index item. -
value
element_value_pairs_table_entry.value item.
-
-
Constructor Details
-
CLElementValuePair
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
Write the contents of this object to the specified output stream.- Parameters:
out
- output stream.- Throws:
IOException
- if an error occurs while writing.
-