AsciiDatabase
Class ColumnProperties
java.lang.Object
|
+--AsciiDatabase.ColumnProperties
- All Implemented Interfaces:
- Serializable
- final class ColumnProperties
- extends Object
- implements Serializable
Properties of an individual column of the table.
- Author:
- chris.studholme@utoronto.ca
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, notify, notifyAll, registerNatives, toString, wait, wait, wait |
name
public String name
type
public int type
size
public int size
ColumnProperties
ColumnProperties()
equals
public boolean equals(ColumnProperties other)
hashCode
public int hashCode()
- Overrides:
hashCode in class Object