Uses of Interface
ca.phon.query.db.ResultValue
Packages that use ResultValue
-
Uses of ResultValue in ca.phon.query.db
Subinterfaces with type arguments of type ResultValue in ca.phon.query.dbMethods in ca.phon.query.db that return ResultValueModifier and TypeMethodDescriptionQueryFactory.createResultValue()
Create a ResultValue instance.Result.getResultValue
(int idx) Get the specified result valueResult.removeResultValue
(int idx) Remove the specified result valueMethods in ca.phon.query.db that return types with arguments of type ResultValueModifier and TypeMethodDescriptionstatic List
<ResultValue> ReportHelper.getExtraResultValues
(Result r) Return a map of extra result values for the given result.Result.getResultValue
(String name) Get the result value by name, this will return the first result value for the given name if there are multiple.Result.getResultValues
(String name) Get all result values for the given nameMethods in ca.phon.query.db with parameters of type ResultValueModifier and TypeMethodDescriptionint
Result.addResultValue
(ResultValue resultValue) Add the given result value. -
Uses of ResultValue in ca.phon.query.db.xml
Classes in ca.phon.query.db.xml that implement ResultValueMethods in ca.phon.query.db.xml that return ResultValueModifier and TypeMethodDescriptionXMLQueryFactory.createResultValue()
XMLResult.getResultValue
(int idx) XMLResult.removeResultValue
(int idx) Methods in ca.phon.query.db.xml that return types with arguments of type ResultValueModifier and TypeMethodDescriptionXMLResult.getResultValue
(String name) XMLResult.getResultValues
(String name) XMLResult.iterator()
Methods in ca.phon.query.db.xml with parameters of type ResultValue