public interface ResultItem extends Map<String,Serializable>
Result items are stored on ResultSet instances.
Modifier and Type | Method and Description |
---|---|
String |
getName()
Return the name of the result item.
|
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
Copyright © 2018 Nuxeo. All rights reserved.