Searched refs:firstElementValue (Results 1 – 1 of 1) sorted by relevance
344 Object firstElementValue; in getRawPropertyFromRawDocument() local346 firstElementValue = properties.get(path); in getRawPropertyFromRawDocument()349 firstElementValue = properties.get(name); in getRawPropertyFromRawDocument()353 if (firstElementValue == null || controlIdx == -1) { in getRawPropertyFromRawDocument()354 return firstElementValue; in getRawPropertyFromRawDocument()390 if (firstElementValue instanceof String[]) { in getRawPropertyFromRawDocument()395 } else if (firstElementValue instanceof long[]) { in getRawPropertyFromRawDocument()410 } else if (firstElementValue instanceof List) { in getRawPropertyFromRawDocument()426 firstElementValue = extractedValue; in getRawPropertyFromRawDocument()432 return firstElementValue; in getRawPropertyFromRawDocument()[all …]