public class Column extends Object
Constructor and Description |
---|
Column(int index,
String name,
Type type) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object otherObject) |
int |
getIndex() |
String |
getName() |
Type |
getType() |
int |
hashCode() |
String |
toString() |
void |
visit(ColumnVisitor visitor) |
public int getIndex()
public String getName()
public Type getType()
public void visit(ColumnVisitor visitor)