java.lang.Object
org.csveed.common.ColumnKey
- All Implemented Interfaces:
Comparable<ColumnKey>
- Direct Known Subclasses:
ColumnIndexKey
,ColumnNameKey
The Class ColumnKey.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract Integer
Gets the priority.int
keyTypeCompare
(ColumnKey columnKey) Key type compare.boolean
sameKeyType
(ColumnKey columnKey) Same key type.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Comparable
compareTo
-
Constructor Details
-
ColumnKey
public ColumnKey()
-
-
Method Details
-
getPriority
-
sameKeyType
Same key type.- Parameters:
columnKey
- the column key- Returns:
- true, if successful
-
keyTypeCompare
Key type compare.- Parameters:
columnKey
- the column key- Returns:
- the int
-