Package com.groiss.fileimport
Class Column
java.lang.Object
com.groiss.fileimport.Column
- All Implemented Interfaces:
Comparable<Column>
- Direct Known Subclasses:
CSVColumn
Holds column definition from import.xml.
Note: this class has a natural ordering that is inconsistent with equals,
There are cases where x.compareTo(y) is 0 and equals return false.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
jdom
-
name
-
-
Constructor Details
-
Column
-
-
Method Details
-
getJdom
- Returns:
- the jdom
-
getName
- Returns:
- the name
-
toString
-
compareTo
- Specified by:
compareTo
in interfaceComparable<Column>
-
setJdom
- Parameters:
jdom
- the jdom to set
-