Class CsvFields

java.lang.Object
io.atlasmap.csv.v2.CsvFields
All Implemented Interfaces:
Serializable

public class CsvFields extends Object implements Serializable
See Also:
  • Field Details

  • Constructor Details

    • CsvFields

      public CsvFields()
  • Method Details

    • getCsvField

      public List<CsvField> 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

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object