public final class ColumnDescriptor
extends java.lang.Object| Modifier and Type | Method and Description |
|---|---|
static ColumnDescriptor |
columnDescriptor(java.lang.String columnName, DataType columnType)
Create a ColumnDescriptor from the name of the column and type
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getColumnName() |
DataType |
getColumnType() |
int |
hashCode() |
java.lang.String |
toString() |
public static ColumnDescriptor columnDescriptor(java.lang.String columnName, DataType columnType)
columnName - the name of the columncolumnType - the type of data stored in a cell of the columnpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String getColumnName()
public DataType getColumnType()
public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object