E - type of value objectpublic interface IIVOQueryResultIVO_v1<E extends IVO>
| Modifier and Type | Field and Description |
|---|---|
static String |
PROP_ELEMENTS
property constant for elements property comment: the elements retrieved by the request
|
static String |
PROP_POSSIBLERESULTS
property constant for possibleResults property comment: the possible results (or null if not applicable)
|
| Modifier and Type | Method and Description |
|---|---|
IIVOQueryResultIVO_v1<E> |
clone() |
List<E> |
getElements()
the elements retrieved by the request
|
Long |
getPossibleResults()
the possible results (or null if not applicable)
|
static final String PROP_POSSIBLERESULTS
static final String PROP_ELEMENTS
Long getPossibleResults()
List<E> getElements()
IIVOQueryResultIVO_v1<E> clone()
Copyright © 2016 Taimos GmbH. All rights reserved.