if (c == AnalysisConstants.GLOBAL_KEY)
return AnalysisConstants.GLOBAL_KEY_STR;
if (c == AnalysisConstants.Object_KEY)
{
ObjectColumn oc = subkeys.next();
if (oc == null)
throw new java.lang.RuntimeException(new StringBuilder(entry.getName()).append(" objectColumn not exist!").toString());
String column = contents[oc.getcIndex() - 1];
return ReportUtil.getValueFromJosnObj(column,oc.getSubKeyName());
}
if (c > contents.length) {
if (!threshold.sholdBlock()) {