Uses of Enum Class
com.yahoo.document.update.TensorModifyUpdate.Operation
Packages that use TensorModifyUpdate.Operation
-
Uses of TensorModifyUpdate.Operation in com.yahoo.document.update
Fields in com.yahoo.document.update declared as TensorModifyUpdate.OperationModifier and TypeFieldDescriptionprotected TensorModifyUpdate.OperationTensorModifyUpdate.operationMethods in com.yahoo.document.update that return TensorModifyUpdate.OperationModifier and TypeMethodDescriptionTensorModifyUpdate.getOperation()static TensorModifyUpdate.OperationTensorModifyUpdate.Operation.getOperation(int id) static TensorModifyUpdate.OperationReturns the enum constant of this class with the specified name.static TensorModifyUpdate.Operation[]TensorModifyUpdate.Operation.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.yahoo.document.update with parameters of type TensorModifyUpdate.OperationModifierConstructorDescriptionTensorModifyUpdate(TensorModifyUpdate.Operation operation, TensorFieldValue tensor) TensorModifyUpdate(TensorModifyUpdate.Operation operation, TensorFieldValue tensor, boolean createNonExistingCells)