public final class ListTypeInfo extends TypeInfo implements java.io.Serializable
Constructor and Description |
---|
ListTypeInfo()
For java serialization use only.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object other) |
ObjectInspector.Category |
getCategory()
The Category of this TypeInfo.
|
TypeInfo |
getListElementTypeInfo() |
java.lang.String |
getTypeName()
A String representation of the TypeInfo.
|
int |
hashCode() |
void |
setListElementTypeInfo(TypeInfo listElementTypeInfo)
For java serialization use only.
|
getQualifiedName, toString
public java.lang.String getTypeName()
TypeInfo
getTypeName
in class TypeInfo
public void setListElementTypeInfo(TypeInfo listElementTypeInfo)
public ObjectInspector.Category getCategory()
TypeInfo
getCategory
in class TypeInfo
public TypeInfo getListElementTypeInfo()
Copyright © 2012 The Apache Software Foundation