public abstract class TypeInfo extends Object implements Serializable
| Modifier | Constructor and Description |
|---|---|
protected |
TypeInfo() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
equals(Object o) |
abstract ObjectInspector.Category |
getCategory()
The Category of this TypeInfo.
|
abstract String |
getTypeName()
A String representation of the TypeInfo.
|
abstract int |
hashCode() |
String |
toString() |
protected TypeInfo()
public abstract ObjectInspector.Category getCategory()
public abstract String getTypeName()