java.lang.Object
org.csveed.common.ColumnKey
- All Implemented Interfaces:
Comparable<ColumnKey>
- Direct Known Subclasses:
ColumnIndexKey,ColumnNameKey
The Class ColumnKey.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract IntegerGets the priority.intkeyTypeCompare(ColumnKey columnKey) Key type compare.booleansameKeyType(ColumnKey columnKey) Same key type.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Comparable
compareTo
-
Constructor Details
-
ColumnKey
public ColumnKey()
-
-
Method Details
-
getPriority
Gets the priority.- Returns:
- the priority
-
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
-