public static TypeClass getComponentType(ElemInfo elemInfo, SqlReflector reflector, SqlType parentType,
int[] details) throws SQLException, PublisherException {
SqlType result = null;
try {
PlsqlElemInfo info = null;
info = (PlsqlElemInfo)elemInfo;
String elemTypeName = info.elemTypeName;
String elemSchemaName = info.elemTypeOwner;
String elemTypeMod = info.elemTypeMod;
String elemPackageName = info.elemTypePackageName;