Uses of Interface
ca.phon.query.db.ResultValue
Packages that use ResultValue
-
Uses of ResultValue in ca.phon.query.db
Methods 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 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 ResultValueMethods in ca.phon.query.db.xml with parameters of type ResultValue