Class QueryResult.Entry<E extends ResultType>

Object
com.tailf.maapi.QueryResult.Entry<E>
Enclosing class:
QueryResult<T extends ResultType>

public static class QueryResult.Entry<E extends ResultType> extends Object
Represent result entry in a XPath query.

Each XPath query result contains multiple entries.

A entry contains a List<E> of the result type E (is the same type T specified in the last parameter of Maapi.queryStart(int,String,String,int,int,List,Class)).

Each entry in the List<E> is the evaluating XPath result from the selects (List<T>) parameter in queryStart.

  • Method Details

    • value

      public List<E> value()
      Retrieves the value from this entry