Uses of Enum Class
com.yahoo.document.select.Result
Packages that use Result
-
Uses of Result in com.yahoo.document.select
Methods in com.yahoo.document.select that return ResultModifier and TypeMethodDescriptionDocumentSelector.accepts(DocumentOperation op) Returns true if the document referenced by this document operation is accepted by this selectorReturns true if the document referenced by this context is accepted by this selectorResultList.ResultPair.getResult()static ResultInverts the result value to the appropriate value.static ResultConverts the given object value into an instance of this Result enumeration.ResultList.toResult()static ResultReturns the enum constant of this class with the specified name.static Result[]Result.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.yahoo.document.select with parameters of type ResultModifier and TypeMethodDescriptionvoidResultList.add(FieldPathIteratorHandler.VariableMap variables, Result result) static ResultInverts the result value to the appropriate value.Constructors in com.yahoo.document.select with parameters of type Result