public class CsvFields extends Object implements Serializable
Constructor and Description |
---|
CsvFields() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
List<CsvField> |
getCsvField()
Gets the value of the csvField property.
|
int |
hashCode() |
public List<CsvField> getCsvField()
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
CsvField
Copyright © 2017–2021 Red Hat, Inc.. All rights reserved.