Package io.atlasmap.csv.v2
Class CsvFields
java.lang.Object
io.atlasmap.csv.v2.CsvFields
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
csvField
-
-
Constructor Details
-
CsvFields
public CsvFields()
-
-
Method Details
-
getCsvField
Gets the value of the csvField property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the csvField property.For example, to add a new item, do as follows:
getCsvField().add(newItem);
Objects of the following type(s) are allowed in the list
CsvField
- Returns:
- A list of
CsvField
-
equals
-
hashCode
public int hashCode()
-