Uses of Interface
ca.phon.query.db.ResultValue
-
Uses of ResultValue in ca.phon.query.db
Modifier and TypeMethodDescriptionQueryFactory.createResultValue()
Create a ResultValue instance.Result.getResultValue
(int idx) Get the specified result valueResult.removeResultValue
(int idx) Remove the specified result valueModifier 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 nameModifier and TypeMethodDescriptionint
Result.addResultValue
(ResultValue resultValue) Add the given result value. -
Uses of ResultValue in ca.phon.query.db.xml
Modifier and TypeMethodDescriptionXMLQueryFactory.createResultValue()
XMLResult.getResultValue
(int idx) XMLResult.removeResultValue
(int idx)