public abstract class TypeInfo
extends java.lang.Object
implements java.io.Serializable
Modifier | Constructor and Description |
---|---|
protected |
TypeInfo() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
equals(java.lang.Object o) |
abstract ObjectInspector.Category |
getCategory()
The Category of this TypeInfo.
|
java.lang.String |
getQualifiedName()
String representing the qualified type name.
|
abstract java.lang.String |
getTypeName()
A String representation of the TypeInfo.
|
abstract int |
hashCode() |
java.lang.String |
toString() |
public abstract ObjectInspector.Category getCategory()
public abstract java.lang.String getTypeName()
public java.lang.String getQualifiedName()
public java.lang.String toString()
toString
in class java.lang.Object
public abstract boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public abstract int hashCode()
hashCode
in class java.lang.Object
Copyright © 2012 The Apache Software Foundation