Package jminusminus
Class CLElementValuePair
java.lang.Object
jminusminus.CLElementValuePair
Representation of the element_value_pairs table entry.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionintelement_value_pairs_table_entry.element_name_index item.element_value_pairs_table_entry.value item.
- 
Constructor SummaryConstructorsConstructorDescriptionCLElementValuePair(int elementNameIndex, CLElementValue value) Construct a CLElementValuePair object.
- 
Method SummaryModifier and TypeMethodDescriptionvoidwrite(CLOutputStream out) Write the contents of this object to the specified output stream.
- 
Field Details- 
elementNameIndexpublic int elementNameIndexelement_value_pairs_table_entry.element_name_index item.
- 
valueelement_value_pairs_table_entry.value item.
 
- 
- 
Constructor Details- 
CLElementValuePairConstruct a CLElementValuePair object.- Parameters:
- elementNameIndex- element_value_pairs_table_entry.element_name_index item.
- value- element_value_pairs_table_entry.value item.
 
 
- 
- 
Method Details- 
writeWrite the contents of this object to the specified output stream.- Parameters:
- out- output stream.
- Throws:
- IOException- if an error occurs while writing.
 
 
-