org.apache.hadoop.hive.metastore.model
Class MStringList
java.lang.Object
org.apache.hadoop.hive.metastore.model.MStringList
public class MStringList
- extends Object
It represents data structure of string list.
workaround JDO limitation: no support for collection of collection.
MStringList
public MStringList(List<String> list)
- Parameters:
list
-
getInternalList
public List<String> getInternalList()
- Returns:
- the internalList
setInternalList
public void setInternalList(List<String> internalList)
- Parameters:
internalList
- the internalList to set
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2012 The Apache Software Foundation