Represents the CSV to Java Bean mapping for a single Java bean. Instances of this class store the bean name, the
fully qualified class name, CSV header indicator, as well as individual CSV field mappings.
The bean name (which is user defined) acts as the name of the mapping as well, and is used for looking up or
accessing the specific
net.sf.anupam.csv.CSVParser parsers for this mapping.
author: Anupam Sengupta version: $Revision: 1.5 $ See Also:CSVFieldMapping since: 1.5
Compares this bean mapping to another for equality. The comparision is based on the declarative bean name.
Parameters: other - the other bean mapping to compare against true if equal, false otherwise
Returns the maximum (i.e. highest) field position present in this bean mapping. All field positions start from
zero.
Returns the highest field position
Provides an iterator over the CSV field mappings present in this bean mapping.
returns an iterator over the field mappins present in this bean mapping See Also:Iterable.iterator